diff --git a/admin_templates.php b/admin_templates.php index 1cdfa355..ede113cb 100644 --- a/admin_templates.php +++ b/admin_templates.php @@ -367,6 +367,7 @@ elseif($action == 'edit' } else { + $row = htmlentities_array($row); eval("echo \"" . getTemplate("templates/filetemplates_edit") . "\";"); } }