| | ";
$ruledisplaycnt = 0;
}
@@ -666,8 +666,8 @@ if ( -e "${General::swroot}/snort/enable" || -e "${General::swroot}/snort/enable
}
# Output rule file name and checkbox
- print "| $rulefile | ";
- print "| ";
+ print " | | $rulefile | ";
+ print "| ";
# Check for empty 'Description'
if ($snortrules{$rulefile}{'Description'} eq '') {
@@ -680,7 +680,7 @@ if ( -e "${General::swroot}/snort/enable" || -e "${General::swroot}/snort/enable
# Check for display flag
if ($displayrulefilerules) {
# Rule file definition rule display
- print " | ";
+ print " ";
# Local vars
my $ruledefdisplaycnt = 0;
diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi
index ff5b01982..3967ff83a 100644
--- a/html/cgi-bin/ovpnmain.cgi
+++ b/html/cgi-bin/ovpnmain.cgi
@@ -2282,7 +2282,7 @@ ADV_ERROR:
&Header::openbox('100%', 'LEFT', $Lang::tr{'advanced server'});
print <
-
+
| $Lang::tr{'dhcp-options'} |
@@ -2485,7 +2485,7 @@ if ($cgiparams{'ACTION'} eq "edit"){
&Header::openbox('100%', 'LEFT', $Lang::tr{'ccd modify'});
print <
+
@@ -4581,7 +4581,7 @@ END
}
&Header::openbox('100%', 'LEFT', $Lang::tr{'global settings'});
print <
+
END
;
|
| |