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:
Anders Betnér 2006-03-31 20:32:32 +00:00
parent eb9a771dad
commit 422f0841c2
1 changed files with 3 additions and 3 deletions

View File

@ -48,15 +48,15 @@ table {
<col />
<tr>
<th>Uptime</th>
<td id="uptime"> </td>
<td id="uptime">&#x00a0;</td>
</tr>
<tr>
<th>Songs</th>
<td id="songs"> </td>
<td id="songs">&#x00a0;</td>
</tr>
<tr>
<th>Songs Served</th>
<td id="songs_served"> </td>
<td id="songs_served">&#x00a0;</td>
</tr>
<tr>
<th>DB Version</th>