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/attachment | |
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/attachment')
-rw-r--r-- | template/en/default/attachment/diff-header.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index 61d7c14ec..d26b274ef 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -243,7 +243,7 @@ tbody.file pre:empty { [% IF headers %] <a href="[% PROCESS viewurl id=attachid %]">View</a> | <a href="[% PROCESS editurl id=attachid %]">Edit</a> - | <a href="[% PROCESS diffurl id=attachid %]&context=[% context FILTER html %]&collapsed=[% collapsed FILTER html %]&headers=[% headers FILTER html %]&format=raw">Raw Unified</a> + | <a href="[% PROCESS diffurl id=attachid %]&context=[% context FILTER url_quote %]&collapsed=[% collapsed FILTER url_quote %]&headers=[% headers FILTER url_quote %]&format=raw">Raw Unified</a> [% END %] [% IF other_patches.size > 0 %] [% IF headers %] |[%END%] @@ -287,12 +287,12 @@ tbody.file pre:empty { [% IF context == "patch" %] (<strong>Patch</strong> / [% ELSE %] - (<a href="[% PROCESS diffurl id=attachid %]&headers=[% headers FILTER html %]">Patch</a> / + (<a href="[% PROCESS diffurl id=attachid %]&headers=[% headers FILTER url_quote %]">Patch</a> / [% END %] [% IF context == "file" %] <strong>File</strong> / [% ELSE %] - <a href="[% PROCESS diffurl id=attachid %]&headers=[% headers FILTER html %]&context=file">File</a> / + <a href="[% PROCESS diffurl id=attachid %]&headers=[% headers FILTER url_quote %]&context=file">File</a> / [% END %] [% IF context == "patch" || context == "file" %] |