]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz.
authorgerv%gerv.net <>
Mon, 29 Apr 2002 13:15:50 +0000 (13:15 +0000)
committergerv%gerv.net <>
Mon, 29 Apr 2002 13:15:50 +0000 (13:15 +0000)
template/en/default/bug/edit.html.tmpl

index 2dfd4278f952411ce50039b15e1bbc1c2a2da718..e7abc19506e867d5fd9b6a569abe1a7e77b5c4c5 100644 (file)
       [% 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" %]
     <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 %]