summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6_edit.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_edit.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_edit.php')
-rw-r--r--src/usr/local/www/services_dhcpv6_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcpv6_edit.php b/src/usr/local/www/services_dhcpv6_edit.php
index 81698b9..f8c26da 100644
--- a/src/usr/local/www/services_dhcpv6_edit.php
+++ b/src/usr/local/www/services_dhcpv6_edit.php
@@ -220,7 +220,7 @@ $ifname = '';
if (!empty($if) && isset($iflist[$if])) {
$ifname = $iflist[$if];
}
-$pgtitle = array(gettext("Services"), gettext("DHCPv6 Server/RA"), $ifname, gettext("DHCPv6 Server"), gettext("Edit Static Mapping"));
+$pgtitle = array(gettext("Services"), htmlspecialchars(gettext("DHCPv6 Server & RA")), $ifname, gettext("DHCPv6 Server"), gettext("Edit Static Mapping"));
$shortcut_section = "dhcp6";
include("head.inc");
OpenPOWER on IntegriCloud