mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
vulnerabilities.cgi: Avoid superfluous line breaks by widening SMT configuration table
Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
edc78459ef
commit
8494102aa8
@@ -183,7 +183,7 @@ print "<form method='post' action='$ENV{'SCRIPT_NAME'}'>\n";
|
||||
my $smt_status = &smt_status();
|
||||
|
||||
print <<END;
|
||||
<table class="tbl" width="66%">
|
||||
<table class="tbl" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th colspan="2" align="center">
|
||||
|
||||
Reference in New Issue
Block a user