Update log.php

This commit is contained in:
Waldek
2021-05-25 19:50:02 +02:00
committed by GitHub
parent 01f70f973a
commit 48c0a481ba
+1 -1
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\">";