summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-03-08 18:50:18 +0000
committerColin Fleming <cj_fleming@sky.com>2013-03-08 18:50:18 +0000
commita1560c1bb44cfa1ac540203adda2c9224ac0e29c (patch)
tree48d6fb96db5a212b4c0d1626ee2d75b14e1652c2 /usr/local/www/fbegin.inc
parentc988ed09be56392cb3b72f20233b0dd82740345c (diff)
downloadpfsense-a1560c1bb44cfa1ac540203adda2c9224ac0e29c.zip
pfsense-a1560c1bb44cfa1ac540203adda2c9224ac0e29c.tar.gz
Use HTMLENTITIES to deprecate the ampersand
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index b8414b3..a25e168 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -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'])) {
OpenPOWER on IntegriCloud