diff options
author | lpsolit%gmail.com <> | 2005-09-28 07:30:20 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-09-28 07:30:20 +0200 |
commit | 18c825adc441b3d59d5c7dd23f824bc9185d4b14 (patch) | |
tree | f6168835022ffb7b13159c796cb70105338d1535 /template | |
parent | b66dedd512a994882f51496a7436cf3bc028a8d6 (diff) | |
download | bugzilla-18c825adc441b3d59d5c7dd23f824bc9185d4b14.tar.gz bugzilla-18c825adc441b3d59d5c7dd23f824bc9185d4b14.tar.xz |
Bug 310088: Template variable filtering bug when editting product - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/products/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl index effd2b0bb..15843bb44 100644 --- a/template/en/default/admin/products/edit.html.tmpl +++ b/template/en/default/admin/products/edit.html.tmpl @@ -61,7 +61,7 @@ </tr> <tr> <th align="right" valign="top"> - <a href="editversions.cgi?product=[% product.name FILTER html %]">Edit + <a href="editversions.cgi?product=[% product.name FILTER url_quote %]">Edit versions:</a> </th> <td> |