summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-12-11 18:55:15 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-12-11 19:49:58 -0200
commitc03ed2fb58c365e7e98bfc2912e5436896f0b3ce (patch)
tree446f3c57e30b69c357bb18cfa39da6cd9484ff31 /usr/local
parent11bdc638ef87c94d239113cbac9e5f59bc8b74da (diff)
downloadpfsense-c03ed2fb58c365e7e98bfc2912e5436896f0b3ce.zip
pfsense-c03ed2fb58c365e7e98bfc2912e5436896f0b3ce.tar.gz
Fix indent and spaces
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/firewall_rules_edit.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 2ee7ef9..1b81349 100644
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -1020,11 +1020,13 @@ include("head.inc");
foreach ($icmptypes as $icmptype => $descr): ?>
<option value="<?=$icmptype;?>" <?php if ($icmptype == $pconfig['icmptype']) echo "selected=\"selected\""; ?>><?=htmlspecialchars($descr);?></option>
-<?php endforeach; ?>
- </select>
- <br />
- <span class="vexpl"><?=gettext("If you selected ICMP for the protocol above, you may specify an ICMP type here.");?></span>
- </td>
+<?php
+ endforeach;
+?>
+ </select>
+ <br />
+ <span class="vexpl"><?=gettext("If you selected ICMP for the protocol above, you may specify an ICMP type here.");?></span>
+ </td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Source");?></td>
OpenPOWER on IntegriCloud