]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 283424 : URL with extra space created in enter_bug.cgi when using a format
authortravis%sedsystems.ca <>
Sat, 26 Feb 2005 01:38:05 +0000 (01:38 +0000)
committertravis%sedsystems.ca <>
Sat, 26 Feb 2005 01:38:05 +0000 (01:38 +0000)
Patch by Havard Wigtil <havardw+bugzilla@pvv.org>   r=wurblzap  a=myk

template/en/default/global/choose-product.html.tmpl

index ead2adc08d6b5dd457ab2cdaab5fee7075c0f1eb..138c354ae7c37f6dbe5e0778c1024bbbe557f4ed 100644 (file)
@@ -42,8 +42,8 @@
 [% FOREACH p = proddesc.keys.sort %]
   <tr>
     <th align="right" valign="top">
-      <a href="[% target %]?product=[% p FILTER url_quote %]
-            [% IF format %]&amp;format=[% format FILTER url_quote %][% END %]">
+      <a href="[% target %]?product=[% p FILTER url_quote -%]
+            [%- IF format %]&amp;format=[% format FILTER url_quote %][% END %]">
       [% p FILTER html %]</a>:
     </th>