Fix indent and spaces

This commit is contained in:
Renato Botelho 2014-12-11 18:55:15 -02:00
parent 470b14d8d6
commit 0ab1f1078c

View File

@ -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>