Update log.php

This commit is contained in:
Waldek
2021-05-25 19:52:07 +02:00
committed by GitHub
parent 48c0a481ba
commit 7e144d2897
+1 -1
View File
@@ -73,7 +73,7 @@ while (($data = fgetcsv ($handle)) !==false)
}
// define some macros for table output
$s = "<TD>";
$s = "<TD class=\"log\">";
$s_r = "<TD align=\"right\">";
$s_m = "<TD align=\"center\">";