fix HTML entities

This commit is contained in:
max
2026-08-11 17:20:51 +01:00
parent 3ac33ea9fd
commit 4bbf2eed7f

View File

@@ -69,7 +69,7 @@ foreach (scandir('./images') as $inode) {
',
$image_path,
$thumbnail_path,
$alt_text ?: ''
htmlentities($alt_text ?: '')
);
}