summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-05 19:36:41 +0000
committerBill Marquette <billm@pfsense.org>2005-03-05 19:36:41 +0000
commit3364bed41eec05da161587ea5e75fd9c36c36e22 (patch)
treef5d78b41e40a602bdd0a3660b7ffd268b65906dc /usr/local/www/firewall_nat_out.php
parente8c2c8902f0fcdcc5c74133f5949fdd5378bb226 (diff)
downloadpfsense-3364bed41eec05da161587ea5e75fd9c36c36e22.zip
pfsense-3364bed41eec05da161587ea5e75fd9c36c36e22.tar.gz
missing </td>
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index b9ed904..32a3f0f 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -225,7 +225,7 @@ if (isset($_POST['del_x'])) {
<?php $nnats = $i = 0; foreach ($a_out as $natent): ?>
<tr valign="top" id="fr<?=$nnats;?>">
<td class="listt"><input type="checkbox" id="frc<?=$nnats;?>" name="rule[]" value="<?=$i;?>" onClick="fr_bgcolor('<?=$nnats;?>')" style="margin: 0; padding: 0; width: 15px; height: 15px;"></td>
- <td class="listt" align="center">
+ <td class="listt" align="center"></td>
<td class="listlr" onClick="fr_toggle(<?=$nnats;?>)" id="frd<?=$nnats;?>">
<?php
if (!$natent['interface'] || ($natent['interface'] == "wan"))
OpenPOWER on IntegriCloud