summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorPierre POMES <pierre.pomes@gmail.com>2011-01-09 13:29:11 -0500
committerPierre POMES <pierre.pomes@gmail.com>2011-01-09 13:29:11 -0500
commit10e4d55e9d36a7aeb7de22a302e734a595090cea (patch)
tree479add968a72b17512edafe47093e0bbef44e24c /usr/local/www/interfaces.php
parent5186f104b83e70f7cf1751ffec65f5403be8fd88 (diff)
downloadpfsense-10e4d55e9d36a7aeb7de22a302e734a595090cea.zip
pfsense-10e4d55e9d36a7aeb7de22a302e734a595090cea.tar.gz
Fix HTML errors reported by Eclipse using PHP perspective
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 6963694..98d449b 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1963,7 +1963,7 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp"
<td class="vtable">
<input name="ieee8021x" type="checkbox" value="yes" class="formfld" id="ieee8021x" <?php if ($pconfig['ieee8021x']) echo "checked";?>>
<br/><?=gettext("Setting this option will enable 802.1x authentication."); ?>
- <br/><span class="red"><strong><?=gettext("NOTE"); ?>:</strong</span> <?=gettext("this option requires checking the \"Enable WPA box\"."); ?>
+ <br/><span class="red"><strong><?=gettext("NOTE"); ?>:</strong></span> <?=gettext("this option requires checking the \"Enable WPA box\"."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud