summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_assign.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-05-24 17:10:27 +0200
committerColin Fleming <cj_fleming@sky.com>2013-05-24 17:10:27 +0200
commitc620c1817e49f8afa4078e342e0f4b4e111a7ef5 (patch)
tree0dfbc4bdfdb64deebd4d54ef0157a6cd72d20a27 /usr/local/www/interfaces_assign.php
parent6134dcf51e10cec9c986d4ae17cf8b1bbdda764f (diff)
downloadpfsense-c620c1817e49f8afa4078e342e0f4b4e111a7ef5.zip
pfsense-c620c1817e49f8afa4078e342e0f4b4e111a7ef5.tar.gz
Add missing quotes
Diffstat (limited to 'usr/local/www/interfaces_assign.php')
-rwxr-xr-xusr/local/www/interfaces_assign.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php
index d6c2c1a..58a2b89 100755
--- a/usr/local/www/interfaces_assign.php
+++ b/usr/local/www/interfaces_assign.php
@@ -486,7 +486,7 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed"))
<tr>
<td class="list" colspan="2"></td>
<td class="list nowrap">
- <a href="interfaces_assign.php?act=add"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title=<?=gettext("add interface"); ?> width="17" height="17" border="0" alt="add" /></a>
+ <a href="interfaces_assign.php?act=add"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add interface"); ?>" width="17" height="17" border="0" alt="add" /></a>
</td>
</tr>
<?php else: ?>
OpenPOWER on IntegriCloud