summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2013-07-03 18:06:32 -0700
committerN0YB <Al_Stu@Frontier.com>2013-07-03 18:06:32 -0700
commit3e3aeb8b150935527b334bf58cef5b1b31a5e5a5 (patch)
tree2db6f50b349ebb32018e3858e27e6955cb637c2a /usr
parentf0f1737b6498c2cc66a9c290545e7867c1b7c5ba (diff)
downloadpfsense-3e3aeb8b150935527b334bf58cef5b1b31a5e5a5.zip
pfsense-3e3aeb8b150935527b334bf58cef5b1b31a5e5a5.tar.gz
Update interfaces.php
Remove errant double quote.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index ec70978..cd17ad1 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -4,7 +4,7 @@
interfaces.php
Copyright (C) 2004-2008 Scott Ullrich
Copyright (C) 2006 Daniel S. Haischt.
- Copyright (C) 2008-2010 Ermal Luçi
+ Copyright (C) 2008-2010 Ermal Lu�i
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
@@ -1803,7 +1803,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Request only a IPv6 prefix"); ?></td>
<td width="78%" class="vtable">
- <input name="dhcp6prefixonly" type="checkbox" value="yes" <?php if ($pconfig['dhcp6prefixonly'] == true) echo "checked=\"checked\""; ?>" />
+ <input name="dhcp6prefixonly" type="checkbox" value="yes" <?php if ($pconfig['dhcp6prefixonly'] == true) echo "checked=\"checked\""; ?> />
<?=gettext("Only request a IPv6 prefix, do not request a IPv6 address"); ?>
</td>
</tr>
OpenPOWER on IntegriCloud