summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/versions/footer.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/versions/footer.html.tmpl')
-rw-r--r--template/en/default/admin/versions/footer.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/admin/versions/footer.html.tmpl b/template/en/default/admin/versions/footer.html.tmpl
index 8d96a12e9..ae26e5744 100644
--- a/template/en/default/admin/versions/footer.html.tmpl
+++ b/template/en/default/admin/versions/footer.html.tmpl
@@ -38,7 +38,7 @@
[% UNLESS no_add_version_link %]
<a title="Add a version to product '[% product.name FILTER html %]'"
href="editversions.cgi?action=add&amp;product=
- [%- product.name FILTER url_quote %]">Add</a> a version.
+ [%- product.name FILTER uri %]">Add</a> a version.
[% END %]
[% IF version.name && !no_edit_version_link %]
@@ -46,20 +46,20 @@
title="Edit Version '[% version.name FILTER html %]' of product '
[%- product.name FILTER html %]'"
href="editversions.cgi?action=edit&amp;product=
- [%- product.name FILTER url_quote %]&amp;version=
- [%- version.name FILTER url_quote %]">
+ [%- product.name FILTER uri %]&amp;version=
+ [%- version.name FILTER uri %]">
'[% version.name FILTER html %]'</a>.
[% END %]
[% UNLESS no_edit_other_versions_link %]
Edit other versions of product <a
href="editversions.cgi?product=
- [%- product.name FILTER url_quote %]">'[% product.name FILTER html %]'</a>.
+ [%- product.name FILTER uri %]">'[% product.name FILTER html %]'</a>.
[% END %]
Edit product <a
href="editproducts.cgi?action=edit&amp;product=
- [%- product.name FILTER url_quote %]">'[% product.name FILTER html %]'</a>.
+ [%- product.name FILTER uri %]">'[% product.name FILTER html %]'</a>.
</p>