extrahd.cgi: Make table use the full width

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-07 16:36:24 +02:00
parent a0d7f366c9
commit a68afb6b7b

View File

@@ -216,7 +216,7 @@ if ($errormessage) {
close(FILE);
print <<END
<table border='0' width='600' cellspacing="0">
<table border='0' width='100%' cellspacing="0">
END
;
foreach my $device (sort @devices) {