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

This commit is contained in:
Remy
2011-08-09 14:49:25 -07:00
parent 76529ea851
commit c24178db95
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; }