Update log.php

This commit is contained in:
Waldek 2021-05-25 19:50:02 +02:00 committed by GitHub
parent 01f70f973a
commit 48c0a481ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ while (($data = fgetcsv ($handle)) !==false)
}
// define some macros for table output
$s = "<TD class=\"log\">";
$s = "<TD>";
$s_r = "<TD align=\"right\">";
$s_m = "<TD align=\"center\">";