diff options
author | lpsolit%gmail.com <> | 2006-01-28 22:01:11 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-01-28 22:01:11 +0100 |
commit | 33aa3086e79b60a7b4a55070ce09c1eb9eb0059a (patch) | |
tree | 12d737c552d3896faefc81a2dc2ccce60accdbd6 /template | |
parent | 0dad7f9bc02b46b02a332d2cf7f4e80be9b562d4 (diff) | |
download | bugzilla-33aa3086e79b60a7b4a55070ce09c1eb9eb0059a.tar.gz bugzilla-33aa3086e79b60a7b4a55070ce09c1eb9eb0059a.tar.xz |
Bug 325037: Remove whitespaces from the 'Long Format' button - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index eb1f2799a..3f6d052cf 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -143,7 +143,7 @@ <input type="hidden" name="id" value="[% id FILTER html %]"> [% END %] <input type="hidden" name="format" value="multiple"> - <input type="submit" value=" Long Format "> + <input type="submit" value="Long Format"> </form> <form method="post" action="show_bug.cgi"> <input type="hidden" name="ctype" value="xml"> |