summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-08-21 23:56:10 -0400
committerChris Buechler <cmb@pfsense.org>2011-08-21 23:56:10 -0400
commitdba5f621c2229d4016fc85a10305f2460360ce5d (patch)
treef998944fb0c84b8b00e7c63c3429775d6d356f6f /usr/local
parent4fcab77bf1302423fbb2f2e725163430bf75b08d (diff)
downloadpfsense-dba5f621c2229d4016fc85a10305f2460360ce5d.zip
pfsense-dba5f621c2229d4016fc85a10305f2460360ce5d.tar.gz
un-break services_dhcpv6.php
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/services_dhcpv6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 1e90f4c..7176365 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -501,7 +501,7 @@ include("head.inc");
<option value="<?=$name ?>" <?php if ($pconfig['mode'] == $name) echo "selected"; ?> > <?=$value ?></option>
<?php } ?>
</select><br />
- <strong><?php printf(gettext("Select the Operating Mode for the router advertisement Daemon. Use "Router Only" to only advertise the router, "Unmanaged" for Router Advertising with Stateless Autoconfig, "Managed" for DHCPv6 only with router advertisements, "Assisted" for DHCPv6 Combined with Stateless Autoconfig"));?></strong></td>
+ <strong><?php printf(gettext("Select the Operating Mode for the router advertisement Daemon. Use \"Router Only\" to only advertise the router, \"Unmanaged\" for Router Advertising with Stateless Autoconfig, \"Managed\" for DHCPv6 only with router advertisements, \"Assisted\" for DHCPv6 Combined with Stateless Autoconfig"));?></strong></td>
</tr>
<tr>
<td width="22%" valign="top" class="vtable">&nbsp;</td>
OpenPOWER on IntegriCloud