diff options
-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> |