Add dol_escape_htmltag

This commit is contained in:
Laurent Destailleur
2024-02-17 19:48:30 +01:00
parent f4c9d683f5
commit 85be2aa98e
8 changed files with 8 additions and 8 deletions

View File

@@ -252,7 +252,7 @@ if ($rss) {
// This test if file exists should be useless. We keep it to find bug more easily
if (!file_exists($fullpath_original_file_osencoded)) {
print "ErrorFileDoesNotExists: ".$original_file;
print "ErrorFileDoesNotExists: ".dol_escape_htmltag($original_file);
exit;
}