Fixed bug with log page not displaying if non-utf8 characters

This commit is contained in:
Remy
2011-08-10 05:49:25 +08:00
committed by sbuser
parent e70f893ff3
commit 2dd5ab94ee
6 changed files with 34 additions and 34 deletions

View File

@@ -190,7 +190,7 @@ table#log_table { background-color: white; }
table#log_table th#timestamp { text-align: left; min-width: 165px; }
table#log_table th#level { text-align: left; min-width: 75px; }
table#log_table th#message { text-align: left; min-width: 200px; }
table#log_table th#message { text-align: left; min-width: 500px; }
table#upcoming_table th#albumart { text-align: center; min-width: 50px; }
table#upcoming_table th#albumname { text-align: center; min-width: 200px; }