Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz.

git-svn-id: svn://10.0.0.236/trunk@120175 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gerv%gerv.net 2002-04-29 06:15:50 +00:00
parent a05d7cb1fe
commit 895ffbaef8

View File

@ -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 %]