diff options
author | timeless%mozdev.org <> | 2003-01-07 03:56:28 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2003-01-07 03:56:28 +0100 |
commit | 563e0c9b708500f7c97502349b5cba8fed8eda90 (patch) | |
tree | ababcd1d189fe63a86501e4f610fc1da2557c406 /template/en | |
parent | dd1b1cf548e7f749f7206f4c3ff6502466c137fc (diff) | |
download | bugzilla-563e0c9b708500f7c97502349b5cba8fed8eda90.tar.gz bugzilla-563e0c9b708500f7c97502349b5cba8fed8eda90.tar.xz |
Bug 187869 long_list.cgi output includes <font ="+3"> before each bug summary
r=burnus a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/show-multiple.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index a4f4bf9c7..a5cdc4dc8 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -47,7 +47,7 @@ <img alt="" src="1x1.gif" width="1" height="80" align="left"> <div align="center"> <b> - <font ="+3">Bug [% bug.bug_id %] - [% bug.short_desc FILTER html %]</font> + <font size="+3">Bug [% bug.bug_id %] - [% bug.short_desc FILTER html %]</font> </b> </div> |