summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-29 15:15:50 +0200
committergerv%gerv.net <>2002-04-29 15:15:50 +0200
commit947bd2d3aaafa546d2666874a5fc36aefbf6710e (patch)
tree24b0bf0af9c72b92f20070e8adc31679ee76000c /template
parent33a7321c31f455886f2ba2592471f366fb3bc9f2 (diff)
downloadbugzilla-947bd2d3aaafa546d2666874a5fc36aefbf6710e.tar.gz
bugzilla-947bd2d3aaafa546d2666874a5fc36aefbf6710e.tar.xz
Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl4
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 %]