summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/keywords/list.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/keywords/list.html.tmpl')
-rwxr-xr-xtemplate/en/default/admin/keywords/list.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/keywords/list.html.tmpl b/template/en/default/admin/keywords/list.html.tmpl
index fbfc92142..113b90433 100755
--- a/template/en/default/admin/keywords/list.html.tmpl
+++ b/template/en/default/admin/keywords/list.html.tmpl
@@ -22,7 +22,7 @@
#%]
[%# INTERFACE:
- # keywords: array with keyword objects having the properties:
+ # keywords: array of hashes having the properties:
# - id: number. The ID of the keyword.
# - name: string. The name of the keyword.
# - description: string. The description of the keyword.
@@ -39,7 +39,7 @@
{
name => "name"
heading => "Edit keyword..."
- contentlink => "editkeywords.cgi?action=edit&id=%id%"
+ contentlink => "editkeywords.cgi?action=edit&id=%%id%%"
},
{
name => "description"
@@ -53,7 +53,7 @@
{
heading => "Action"
content => "Delete"
- contentlink => "editkeywords.cgi?action=delete&id=%id%"
+ contentlink => "editkeywords.cgi?action=delete&id=%%id%%"
}
]
%]