From 1befe1e505d439917997cbd9e6bbc7324b2d782d Mon Sep 17 00:00:00 2001 From: Ji-Hyeon Gim Date: Mar 22 2022 08:37:15 +0000 Subject: web: encode filename as UTF-8 Signed-off-by: Ji-Hyeon Gim --- diff --git a/www/kojiweb/rpminfo.chtml b/www/kojiweb/rpminfo.chtml index 0240c60..79e822a 100644 --- a/www/kojiweb/rpminfo.chtml +++ b/www/kojiweb/rpminfo.chtml @@ -250,7 +250,7 @@ #for $file in $files - $util.escapeHTML($file.name)$util.formatNatural($file.size) + $util.escapeHTML($file.name)$util.formatNatural($file.size) #end for