check that every invocation of htmlspecialchars has the right arg list
This commit is contained in:
@@ -164,7 +164,7 @@ function editwebpage_content(&$a) {
|
||||
'$jotnets' => $jotnets,
|
||||
'$mimeselect' => $mimeselect,
|
||||
'$layoutselect' => $layoutselect,
|
||||
'$title' => htmlspecialchars($itm[0]['title']),
|
||||
'$title' => htmlspecialchars($itm[0]['title'],ENT_COMPAT,'UTF-8'),
|
||||
'$placeholdertitle' => t('Set title'),
|
||||
'$category' => '',
|
||||
'$placeholdercategory' => t('Categories (comma-separated list)'),
|
||||
|
||||
Reference in New Issue
Block a user