diff options
author | lpsolit%gmail.com <> | 2007-10-08 04:18:13 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-10-08 04:18:13 +0000 |
commit | 1aec31a16bf92b1055129ff0697509df0e7663b3 (patch) | |
tree | b6cf997e2fca511cbceafc40bed0016491c969d2 /template/en/default/admin/products | |
parent | 393cb39fdfefff8bba165d9076723bf7048198ef (diff) | |
download | bugs-1aec31a16bf92b1055129ff0697509df0e7663b3.tar bugs-1aec31a16bf92b1055129ff0697509df0e7663b3.tar.gz bugs-1aec31a16bf92b1055129ff0697509df0e7663b3.tar.bz2 bugs-1aec31a16bf92b1055129ff0697509df0e7663b3.tar.xz bugs-1aec31a16bf92b1055129ff0697509df0e7663b3.zip |
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')
-rw-r--r-- | template/en/default/admin/products/confirm-delete.html.tmpl | 2 |
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 %] |