diff options
author | gerv%gerv.net <> | 2002-04-29 15:15:50 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-29 15:15:50 +0200 |
commit | 947bd2d3aaafa546d2666874a5fc36aefbf6710e (patch) | |
tree | 24b0bf0af9c72b92f20070e8adc31679ee76000c | |
parent | 33a7321c31f455886f2ba2592471f366fb3bc9f2 (diff) | |
download | bugzilla-947bd2d3aaafa546d2666874a5fc36aefbf6710e.tar.gz bugzilla-947bd2d3aaafa546d2666874a5fc36aefbf6710e.tar.xz |
Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz.
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 2dfd4278f..e7abc1950 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -173,7 +173,7 @@ [% IF Param("usetargetmilestone") && bug.target_milestone %] <td align="right"> <b> - <a href="[% bug.milestoneurl FILTER uri %]">Target Milestone</a>: + <a href="[% bug.milestoneurl FILTER html %]">Target Milestone</a>: </b> </td> [% PROCESS select selname = "target_milestone" %] @@ -200,7 +200,7 @@ <td align="right"> <b> [% IF bug.bug_file_loc %] - <a href="[% bug.bug_file_loc FILTER uri %]">URL:</a> + <a href="[% bug.bug_file_loc FILTER html %]">URL:</a> [% ELSE %] URL: [% END %] |