diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php index 08929669c..d1f88f997 100755 --- a/include/lib/html_input.class.php +++ b/include/lib/html_input.class.php @@ -827,6 +827,7 @@ class HtmlInput static function title_box($p_name, $p_div, $p_mod="close", $p_js="", $p_draggable="n") { + $p_div=strip_tags($p_div); $r='
'; // If draggable : display a icon to unpin and move the dialog box