diff --git a/htdocs/zipautofillfr/admin/about.php b/htdocs/zipautofillfr/admin/about.php index 06267290e..3bb53c91f 100644 --- a/htdocs/zipautofillfr/admin/about.php +++ b/htdocs/zipautofillfr/admin/about.php @@ -68,7 +68,7 @@ $head[$h][2] = 'tabsetup'; $h++; -$head[$h][0] = $_SERVER["PHP_SELF"]; +$head[$h][0] = dol_escape_htmltag($_SERVER["PHP_SELF"]); $head[$h][1] = $langs->trans("About"); $head[$h][2] = 'tababout'; $h++; diff --git a/htdocs/zipautofillfr/admin/zipautofillfr.php b/htdocs/zipautofillfr/admin/zipautofillfr.php index 68112a628..9f02fc13c 100755 --- a/htdocs/zipautofillfr/admin/zipautofillfr.php +++ b/htdocs/zipautofillfr/admin/zipautofillfr.php @@ -111,7 +111,7 @@ $head=array(); $h=0; -$head[$h][0] = $_SERVER["PHP_SELF"]; +$head[$h][0] = dol_escape_htmltag($_SERVER["PHP_SELF"]); $head[$h][1] = $langs->trans("Setup"); $head[$h][2] = 'tabsetup'; $h++;