diff options
author | bbaetz%student.usyd.edu.au <> | 2002-05-29 20:43:26 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-05-29 20:43:26 +0200 |
commit | b74ebbd882923412d35bca0c8053a61120d93db5 (patch) | |
tree | b24e9f90fc6549f8d3ff700a2870d15d028e6f2c /template | |
parent | 5f08c97985216e58cd084a58215faa011ff2b452 (diff) | |
download | bugzilla-b74ebbd882923412d35bca0c8053a61120d93db5.tar.gz bugzilla-b74ebbd882923412d35bca0c8053a61120d93db5.tar.xz |
Bug 147272 - no background for bugzilla pages
r=justdave, preed
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 8ae85f83d..a1e7266cf 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -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> |