diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-30 05:14:35 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-30 05:14:35 +0000 |
commit | c5b02885e934e5a1f8c5a8753ed47eaf4cce8b9f (patch) | |
tree | bf3b39bc990ab61ebdc1b4f50340dfce64d2f200 /templates | |
parent | e49ff966a39d1037ccbf168b8dbd12618cf1b41e (diff) | |
download | ikiwiki-c5b02885e934e5a1f8c5a8753ed47eaf4cce8b9f.tar ikiwiki-c5b02885e934e5a1f8c5a8753ed47eaf4cce8b9f.tar.gz |
fixes, and make dir optional
Diffstat (limited to 'templates')
-rw-r--r-- | templates/aggregatepost.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/aggregatepost.tmpl b/templates/aggregatepost.tmpl index 4dfedf53d..ef7a5f1ae 100644 --- a/templates/aggregatepost.tmpl +++ b/templates/aggregatepost.tmpl @@ -9,5 +9,5 @@ From <a href="<TMPL_VAR URL>"><TMPL_VAR NAME></a> </i> </p> <TMPL_LOOP NAME="TAGS"> -[[<TMPL_VAR TAG>]] +[[tag <TMPL_VAR TAG>]] </TMPL_LOOP> |