summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
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/head.inc
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/head.inc')
-rw-r--r--src/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 46756cb..ea9fd39 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -253,7 +253,7 @@ $services_menu[] = array(gettext("DHCPv6 Relay"), "/services_dhcpv6_relay.php");
if ($g['services_dhcp_server_enable']) {
$services_menu[] = array(gettext("DHCP Server"), "/services_dhcp.php");
- $services_menu[] = array(gettext("DHCPv6 Server/RA"), "/services_dhcpv6.php");
+ $services_menu[] = array(htmlspecialchars(gettext("DHCPv6 Server & RA")), "/services_dhcpv6.php");
}
$services_menu[] = array(gettext("Dynamic DNS"), "/services_dyndns.php");
OpenPOWER on IntegriCloud