mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
services.cgi: Remove excessive styling that has no effect
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -135,8 +135,7 @@ $querry[1] = 'hour' unless defined $querry[1];
|
||||
}
|
||||
|
||||
print <<END
|
||||
<div align='center'>
|
||||
<table width='80%' cellspacing='1' class='tbl'>
|
||||
<table class='tbl'>
|
||||
<tr>
|
||||
<th align='left'><b>$Lang::tr{addon} $Lang::tr{service}</b></th>
|
||||
<th align='center'><b>Boot</b></th>
|
||||
@@ -193,7 +192,8 @@ END
|
||||
}
|
||||
}
|
||||
|
||||
print "</table></div>\n";
|
||||
print "</table>\n";
|
||||
|
||||
&Header::closebox();
|
||||
|
||||
&Header::closebigbox();
|
||||
|
||||
Reference in New Issue
Block a user