In the file "frontend/x/stdheader.html", this block of code displays incorrectly.
The correct code to fix this is...
I have a CPanel Bug Report in the system, but if anyone else finds this issue annoying, visit it and vote it up. Hopefully, with enough people voting this bug up it can be fixed.
http://bugzilla.cpanel.net/show_bug.cgi?id=3939
Code:
<tr>
<td align="left" width="145" nowrap><img alt="" src="<cpanel
Branding="image(top_01-sm_1)">" width="145" height="70"></td>
<td align="left" width="145" nowrap><img alt="" src="<cpanel
Branding="image(top_01-sm_2)">" width="145" height="70"></td>
<td align="left" width="145" nowrap background="<cpanel
Branding="image(top_01-sm_3)">"> </td>
<td align="left" width="145" nowrap><img alt="" src="<cpanel
Branding="image(top_01-sm_4)">" width="145" height="70"></td>
<td align="left"><img alt="" src="<cpanel
Branding="image(top_01-sm_5)">" width="145" height="70"></td>
</tr>
Code:
<tr>
<td align="left" width="145" nowrap><img alt="" src="<cpanel
Branding="image(top_01-sm_1)">" width="145" height="70"></td>
<td align="left" width="145" nowrap><img alt="" src="<cpanel
Branding="image(top_01-sm_2)">" width="145" height="70"></td>
<td align="left" width="145" nowrap><img alt="" src="<cpanel
Branding="image(top_01-sm_3)">" width="145" height="70"></td>
<td align="left" width="145" nowrap><img alt="" src="<cpanel
Branding="image(top_01-sm_4)">" width="145" height="70"></td>
<td align="left"><img alt="" src="<cpanel
Branding="image(top_01-sm_5)">" width="145" height="70"></td>
</tr>
http://bugzilla.cpanel.net/show_bug.cgi?id=3939