Bugzilla – Bug 2946
valign = "middle", not "center"
Last modified: 2008-09-15 14:39:24 UTC
Your slimserver web interface uses an invalid HTML "valign=center". The correct value is "valign=middle". For example: <td class="dmedgrey" valign="center"> "center" is for the "align" attribute. This is in various places: just regex search for it.
most of these are already fixed in 6.5 (only 4 cases remain). Not going to fix in 6.2.2. I'll take care of the last 4.
fixed in the 6.5 builds, svn trunk change 6125.