Fixed status page for IE, apart from
#31, IE chockes on non utf-8 chars in the xml #41, IE will cache the xml-rpc answer
This commit is contained in:
parent
eb9a771dad
commit
422f0841c2
|
@ -48,15 +48,15 @@ table {
|
|||
<col />
|
||||
<tr>
|
||||
<th>Uptime</th>
|
||||
<td id="uptime"> </td>
|
||||
<td id="uptime"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Songs</th>
|
||||
<td id="songs"> </td>
|
||||
<td id="songs"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Songs Served</th>
|
||||
<td id="songs_served"> </td>
|
||||
<td id="songs_served"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>DB Version</th>
|
||||
|
|
Loading…
Reference in New Issue