htmlentities -> htmlspecialchars
This commit is contained in:
@@ -69,7 +69,7 @@ $color = array(
|
||||
if ($ok != true)
|
||||
echo $MSG_WARNING_ACCESS_DENIED;
|
||||
else
|
||||
echo htmlentities(str_replace("\n\r", "\n", $view_source), ENT_QUOTES, "utf-8") . "\n" . $auth;
|
||||
echo htmlspecialchars(str_replace("\n\r", "\n", $view_source), ENT_QUOTES, "utf-8") . "\n" . $auth;
|
||||
echo "</div></div></code></pre>";
|
||||
?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user