diff options
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/classifications/edit.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/admin/groups/deleted.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/admin/groups/list.html.tmpl | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl index b38f4d6aa..24ec9dacf 100644 --- a/template/en/default/admin/classifications/edit.html.tmpl +++ b/template/en/default/admin/classifications/edit.html.tmpl @@ -49,7 +49,7 @@ <th align=right valign=top>[% product.name FILTER html %]</th> <td valign=top> [% IF product.description %] - [% product.description FILTER html %] + [% product.description FILTER none %] [% ELSE %] <font color="red">description missing</font> [% END %] diff --git a/template/en/default/admin/groups/deleted.html.tmpl b/template/en/default/admin/groups/deleted.html.tmpl index fc91190cb..2a5c2f870 100644 --- a/template/en/default/admin/groups/deleted.html.tmpl +++ b/template/en/default/admin/groups/deleted.html.tmpl @@ -42,7 +42,7 @@ </p> <p> - <a href="editgroups.cgi?action=del&group=[% gid FILTER html %]">View</a> + <a href="editgroups.cgi?action=del&group=[% gid FILTER url_quote %]">View</a> the list of which records are affected. </p> [% ELSE %] diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl index c183e4aff..5c473216c 100644 --- a/template/en/default/admin/groups/list.html.tmpl +++ b/template/en/default/admin/groups/list.html.tmpl @@ -67,9 +67,9 @@ </td> <td align="center" valign="middle"> - <a href="editgroups.cgi?action=changeform&group=[% group.id FILTER html %]">Edit</a> + <a href="editgroups.cgi?action=changeform&group=[% group.id FILTER url_quote %]">Edit</a> [% IF (group.isbuggroup) %] - | <a href="editgroups.cgi?action=del&group=[% group.id FILTER html %]">Delete</a> + | <a href="editgroups.cgi?action=del&group=[% group.id FILTER url_quote %]">Delete</a> [% END %] </td> </tr> |