Fixes encode error see BT#9288

1.9.x
Julio Montoya 10 years ago
parent 8446f11b3c
commit 6d235b6ea4
  1. 2
      main/exercice/question_list_admin.inc.php

@ -206,7 +206,7 @@ if (!$inATest) {
// Question name
$questionName = Display::tag(
'div',
'<a href="#" title = "'.htmlentities($title).'">'.$move.' '.cut($title, 42).'</a>',
'<a href="#" title = "'.Security::remove_XSS($title).'">'.$move.' '.cut($title, 42).'</a>',
array('style'=>$styleQuestion)
);

Loading…
Cancel
Save