Update log.php

This commit is contained in:
Waldek 2021-05-25 19:52:07 +02:00 committed by GitHub
parent 48c0a481ba
commit 7e144d2897
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>";
$s = "<TD class=\"log\">";
$s_r = "<TD align=\"right\">";
$s_m = "<TD align=\"center\">";