summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-10-22 20:06:26 +0000
committerErmal <eri@pfsense.org>2010-10-22 20:06:26 +0000
commite4d79ab06e0193cb9f593d4544a3dce293f3beaf (patch)
tree986e51a1e081816057ebcc6dc63363cbcfbce41e /usr/local/www/firewall_rules_edit.php
parent67300ce530494cde32ec50d0b10f0f9775866730 (diff)
downloadpfsense-e4d79ab06e0193cb9f593d4544a3dce293f3beaf.zip
pfsense-e4d79ab06e0193cb9f593d4544a3dce293f3beaf.tar.gz
Balance <p> with </p>
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index ee33980..ce7c1d2 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -1057,10 +1057,10 @@ include("head.inc");
<input name="tagged" id="tagged" value="<?=htmlspecialchars($pconfig['tagged']);?>">
<br /><span class="vexpl"><?=gettext("You can match packet on a mark placed before on another rule.")?>
</span> <p>
- <input name="max" id="max" value="<?php echo $pconfig['max'] ?>"><br><?=gettext(" Maximum state entries this rule can create");?><p>
- <input name="max-src-nodes" id="max-src-nodes" value="<?php echo $pconfig['max-src-nodes'] ?>"><br><?=gettext(" Maximum number of unique source hosts");?><p>
- <input name="max-src-conn" id="max-src-conn" value="<?php echo $pconfig['max-src-conn'] ?>"><br><?=gettext(" Maximum number of established connections per host");?><p>
- <input name="max-src-states" id="max-src-states" value="<?php echo $pconfig['max-src-states'] ?>"><br><?=gettext(" Maximum state entries per host");?><p>
+ <input name="max" id="max" value="<?php echo $pconfig['max'] ?>"><br><?=gettext(" Maximum state entries this rule can create");?></p><p>
+ <input name="max-src-nodes" id="max-src-nodes" value="<?php echo $pconfig['max-src-nodes'] ?>"><br><?=gettext(" Maximum number of unique source hosts");?></p><p>
+ <input name="max-src-conn" id="max-src-conn" value="<?php echo $pconfig['max-src-conn'] ?>"><br><?=gettext(" Maximum number of established connections per host");?></p><p>
+ <input name="max-src-states" id="max-src-states" value="<?php echo $pconfig['max-src-states'] ?>"><br><?=gettext(" Maximum state entries per host");?></p><p>
<input name="max-src-conn-rate" id="max-src-conn-rate" value="<?php echo $pconfig['max-src-conn-rate'] ?>"> /
<select name="max-src-conn-rates" id="max-src-conn-rates">
<option value=""<?php if(intval($pconfig['max-src-conn-rates']) < 1) echo " selected"; ?>></option>
@@ -1070,13 +1070,13 @@ include("head.inc");
} ?>
</select><br />
<?=gettext("Maximum new connections / per second(s)");?>
- <p>
+ </p><p>
<input name="statetimeout" value="<?php echo $pconfig['statetimeout'] ?>"><br>
<?=gettext("State Timeout in seconds");?>
- <p />
+ </p>
- <p><strong><?=gettext("NOTE: Leave fields blank to disable that feature.");?></strong>
+ <p><strong><?=gettext("NOTE: Leave fields blank to disable that feature.");?></strong></p>
</div>
</td>
</tr>
OpenPOWER on IntegriCloud