Bug 147272 - no background for bugzilla pages

r=justdave, preed
parent 5f08c979
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
[%# Migration note: contents of the old Param 'bodyhtml' go in the body tag %] [%# 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' %] [%# Migration note: this section corresponds to the old Param 'bannerhtml' %]
...@@ -71,10 +71,9 @@ ...@@ -71,10 +71,9 @@
cellspacing="0"> cellspacing="0">
<tr> <tr>
<td> <td>
<a href="http://www.mozilla.org/"> <a href="http://www.mozilla.org/"><img
<img src="http://www.mozilla.org/images/mozilla-banner.gif" alt="" src="http://www.mozilla.org/images/mozilla-banner.gif" alt=""
border="0" width="600" height="58"> border="0" width="600" height="58"></a>
</a>
</td> </td>
</tr> </tr>
</table> </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