Bug 147272 - no background for bugzilla pages

r=justdave, preed
parent 5f08c979
......@@ -63,7 +63,7 @@
[%# Migration note: contents of the old Param 'bodyhtml' go in the body tag %]
<body [% body_attributes %]>
<body [% "bgcolor=\"#FFFFFF\"" UNLESS body_attributes.search('(?:^|\s)bgcolor=') %] [%+ body_attributes %]>
[%# Migration note: this section corresponds to the old Param 'bannerhtml' %]
......@@ -71,10 +71,9 @@
cellspacing="0">
<tr>
<td>
<a href="http://www.mozilla.org/">
<img src="http://www.mozilla.org/images/mozilla-banner.gif" alt=""
border="0" width="600" height="58">
</a>
<a href="http://www.mozilla.org/"><img
src="http://www.mozilla.org/images/mozilla-banner.gif" alt=""
border="0" width="600" height="58"></a>
</td>
</tr>
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment