diff options
author | lpsolit%gmail.com <> | 2005-10-18 06:58:51 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-10-18 06:58:51 +0200 |
commit | acb05a7b78b9f36d19995631108f7d632f7711ad (patch) | |
tree | b8a17bdfb5407de679d66b77abe916cf4da51bef /template/en/default/bug | |
parent | e66bfda7983913ac93247d3e6f993c0ce1bbe7c7 (diff) | |
download | bugzilla-acb05a7b78b9f36d19995631108f7d632f7711ad.tar.gz bugzilla-acb05a7b78b9f36d19995631108f7d632f7711ad.tar.xz |
Bug 305807: Fix some incorrect template filtering types - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit r=justdave a=justdave
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/summarize-time.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl index 0bcaeaeb6..c16f6d429 100644 --- a/template/en/default/bug/summarize-time.html.tmpl +++ b/template/en/default/bug/summarize-time.html.tmpl @@ -324,6 +324,6 @@ #%] [% BLOCK buglink %] - <a href="show_bug.cgi?id=[% id FILTER html %]"><b>[% terms.Bug %] [% id FILTER html %]</b></a> + <a href="show_bug.cgi?id=[% id FILTER url_quote %]"><b>[% terms.Bug %] [% id FILTER html %]</b></a> [% END %] |