mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
new function> escapeHtml + fix css in admin menus
This commit is contained in:
@@ -105,7 +105,7 @@ $twig->display('admin.pages.form.html.twig', array(
|
||||
'title' => $p_title,
|
||||
'php' => $php,
|
||||
'enable_tinymce' => $enable_tinymce,
|
||||
'body' => isset($body) ? htmlentities($body, ENT_COMPAT, 'UTF-8') : '',
|
||||
'body' => isset($body) ? escapeHtml($body) : '',
|
||||
'groups' => $groups->getGroups(),
|
||||
'access' => $access
|
||||
));
|
||||
|
Reference in New Issue
Block a user