summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/confirm-delete.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-10-08 06:18:13 +0200
committerlpsolit%gmail.com <>2007-10-08 06:18:13 +0200
commit1aec31a16bf92b1055129ff0697509df0e7663b3 (patch)
treeb6cf997e2fca511cbceafc40bed0016491c969d2 /template/en/default/admin/products/confirm-delete.html.tmpl
parent393cb39fdfefff8bba165d9076723bf7048198ef (diff)
downloadbugzilla-1aec31a16bf92b1055129ff0697509df0e7663b3.tar.gz
bugzilla-1aec31a16bf92b1055129ff0697509df0e7663b3.tar.xz
Bug 264785: config.rdf needs XML filtering of output to generate valid HTML (Template-Toolkit 2.15 and older do not escape all reserved characters correctly) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/admin/products/confirm-delete.html.tmpl')
-rw-r--r--template/en/default/admin/products/confirm-delete.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl
index 8a24cfd4e..7667d70e5 100644
--- a/template/en/default/admin/products/confirm-delete.html.tmpl
+++ b/template/en/default/admin/products/confirm-delete.html.tmpl
@@ -89,7 +89,7 @@
<td>Milestone URL:</td>
<td>
[% IF product.milestone_url %]
- <a href="[% product.milestone_url FILTER uri %]">
+ <a href="[% product.milestone_url FILTER html %]">
[%- product.milestone_url FILTER html %]
</a>
[% ELSE %]