htmlentities -> htmlspecialchars
This commit is contained in:
@@ -60,7 +60,7 @@ include_once("kindeditor.php") ;
|
||||
$element=$html->find('pre[class=sio]',1);
|
||||
$sample_output=$element->innertext;
|
||||
$element=$html->find('div[class=ptx]',3);
|
||||
$hint=htmlentities($element->outertext);
|
||||
$hint=htmlspecialchars($element->outertext);
|
||||
?>
|
||||
<form method=POST action=problem_add.php>
|
||||
<input type=hidden name=problem_id value=New Problem>
|
||||
|
||||
Reference in New Issue
Block a user