fix HTML entities
This commit is contained in:
@@ -69,7 +69,7 @@ foreach (scandir('./images') as $inode) {
|
||||
',
|
||||
$image_path,
|
||||
$thumbnail_path,
|
||||
$alt_text ?: ''
|
||||
htmlentities($alt_text ?: '')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user