Make character escaping consistent
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
$main = StatusBoard_Main::instance();
|
||||
$req = $main->request();
|
||||
|
||||
$this->smarty->assign('requested_page', htmlspecialchars($req->request_string()));
|
||||
$this->smarty->assign('requested_page', $req->request_string());
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user