summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-14 14:37:21 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-14 14:37:21 -0600
commit46b7214c3695e60ae062b5357b263781c5f380eb (patch)
tree54ad703341624a8b296712dbbc71501087016c48 /src/usr/local/www/services_dhcpv6.php
parent996272ae23c23332dcb11e82f6035ced107e360c (diff)
downloadpfsense-46b7214c3695e60ae062b5357b263781c5f380eb.zip
pfsense-46b7214c3695e60ae062b5357b263781c5f380eb.tar.gz
Rename 'DHCPv6 Server/RA' to 'DHCPv6 Server & RA' so it does not clash with breadcrumb separator.
Diffstat (limited to 'src/usr/local/www/services_dhcpv6.php')
-rw-r--r--src/usr/local/www/services_dhcpv6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index 8d2ed03..d890787 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -436,7 +436,7 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = array(gettext("Services"), gettext("DHCPv6 Server/RA"));
+$pgtitle = array(gettext("Services"), htmlspecialchars(gettext("DHCPv6 Server & RA")));
if (!empty($if) && !$dhcrelay_enabled && isset($iflist[$if])) {
$pgtitle[] = $iflist[$if];
OpenPOWER on IntegriCloud