diff options
author | bbaetz%student.usyd.edu.au <> | 2002-11-22 08:55:58 +0100 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-11-22 08:55:58 +0100 |
commit | 34d0206a1debacd3630cad4672c6996806233918 (patch) | |
tree | 50ec74bfb159f58009904b38712d01a6803cc6ed /template | |
parent | 7e918a5e25149c6e3c8f9655d690eb82fb1360e5 (diff) | |
download | bugzilla-34d0206a1debacd3630cad4672c6996806233918.tar.gz bugzilla-34d0206a1debacd3630cad4672c6996806233918.tar.xz |
Bug 181286 - Invalid html in banner.html.tmpl
patch by Tobias Burnus <burnus@gmx.de>
r=bbaetz, a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/banner.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/banner.html.tmpl b/template/en/default/global/banner.html.tmpl index 7da8feee2..b8bf4e06d 100644 --- a/template/en/default/global/banner.html.tmpl +++ b/template/en/default/global/banner.html.tmpl @@ -26,9 +26,9 @@ cellspacing="0"> <tr> <td> - <font color="#FFFFFF" size="8"><center> + <center><font color="#FFFFFF" size="8"> This is Bugzilla - </center></font> + </font></center> </td> </tr> </table> |