mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #479 from ExolonDX/master
Use HTMLENTITIES to deprecate the ampersand in page title URI
This commit is contained in:
commit
6e0fc523c1
@ -379,7 +379,7 @@ function add_to_menu($url, $name) {
|
||||
?>
|
||||
|
||||
<div>
|
||||
<span class="pgtitle"><a href="<?= $_SERVER['REQUEST_URI'] ?>"><?=genhtmltitle($pgtitle);?></a></span>
|
||||
<span class="pgtitle"><a href="<?= htmlentities($_SERVER['REQUEST_URI']) ?>"><?=genhtmltitle($pgtitle);?></a></span>
|
||||
<span style="float:right; margin: 0 0 20px 20px">
|
||||
<?php
|
||||
if (!$hide_service_status && !empty($shortcuts[$shortcut_section]['service'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user