diff options
author | kiko%async.com.br <> | 2004-07-22 02:49:18 +0200 |
---|---|---|
committer | kiko%async.com.br <> | 2004-07-22 02:49:18 +0200 |
commit | 4e17422cf35a7a9dbb0451067b7559d0fe0acc02 (patch) | |
tree | a7543de2d704f460b7856e7a133886d30797c5d4 | |
parent | 8d0d3daa7421aa5abde399e82b188551839d5db2 (diff) | |
download | bugzilla-4e17422cf35a7a9dbb0451067b7559d0fe0acc02.tar.gz bugzilla-4e17422cf35a7a9dbb0451067b7559d0fe0acc02.tar.xz |
Fix for bug 251727: Create a /images directory. Moved 1x1.gif into it; left
ant.jpg out to avoid complaints about "this very important testing
resource" <wink>. Fixed single callsite (and someone please explain to
me what it's useful for!) a=justdave, myk.
-rw-r--r-- | images/1x1.gif (renamed from 1x1.gif) | bin | 82 -> 82 bytes | |||
-rw-r--r-- | template/en/default/bug/show-multiple.html.tmpl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/1x1.gif b/images/1x1.gif Binary files differindex b07a89a6e..b07a89a6e 100644 --- a/1x1.gif +++ b/images/1x1.gif diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index d9e3ed546..6b48feb00 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -46,7 +46,7 @@ [%###########################################################################%] [% BLOCK bug_display %] - <img alt="" src="1x1.gif" width="1" height="80" align="left"> + <img alt="" src="images/1x1.gif" width="1" height="80" align="left"> <div align="center"> <b> <font size="+3">[% terms.Bug %] [%+ bug.bug_id %] - [% bug.short_desc FILTER html %]</font> |