summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2013-05-29 08:26:23 +0545
committerPhil Davis <phil.davis@world.inf.org>2013-05-29 08:26:23 +0545
commitacd8af41b1f47b4dc9a5bee89a0e38289346f6a0 (patch)
tree4c79497cc03b04cc670c058c4138627695500226 /usr
parent368d34c31aed69fe5f0c44814367a2658f4b4bc0 (diff)
downloadpfsense-acd8af41b1f47b4dc9a5bee89a0e38289346f6a0.zip
pfsense-acd8af41b1f47b4dc9a5bee89a0e38289346f6a0.tar.gz
Add missing quotes (by ExolonDX)
Apply this syntax fix to 2.1 branch (already applied in main after 2.1 was branched - https://github.com/pfsense/pfsense/commit/c620c1817e49f8afa4078e342e0f4b4e111a7ef5)
Diffstat (limited to 'usr')
-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