Skip to content
Snippets Groups Projects
Commit c3ab7bc0 authored by Marius Burkard's avatar Marius Burkard
Browse files

- removed further inline html from list definition file

parent 0a60ff48
No related branches found
No related tags found
2 merge requests!700Ported XSS vulnerability fixes from stable branch,!699Fixed XSS vulnerabilities
......@@ -80,7 +80,7 @@ if($_SESSION['s']['user']['typ'] == 'admin')
'prefix' => '',
'suffix' => '',
'width' => '',
'value' => array(PACKAGE_ENABLED => '<div class="swap" id="ir-Yes"><span>'.$app->lng('Yes').'</span></div>',
PACKAGE_LOCKED => '<div class="swap" id="ir-No"><span>'.$app->lng('No').'</span></div>'));
'value' => array(PACKAGE_ENABLED => $app->lng('Yes'),
PACKAGE_LOCKED => $app->lng('No')));
}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment