aboutsummaryrefslogtreecommitdiff
path: root/templates/atompage.tmpl
diff options
context:
space:
mode:
authorSimon McVittie <http://smcv.pseudorandom.co.uk/>2008-07-12 17:12:37 +0100
committerSimon McVittie <http://smcv.pseudorandom.co.uk/>2008-07-12 17:12:37 +0100
commit415c8e0cb53daec6fff7e2a8f3346efd0958008d (patch)
tree6e42b7b7985aa6fab63ad66baa21a3caeb5cac91 /templates/atompage.tmpl
parent2bd8ada5a619a1c32bf19f44e4f96e083ceb17b8 (diff)
downloadikiwiki-415c8e0cb53daec6fff7e2a8f3346efd0958008d.tar
ikiwiki-415c8e0cb53daec6fff7e2a8f3346efd0958008d.tar.gz
Rename [[!inline atomid="..."]] to [[!inline guid="..."]] to be consistent with [[!meta guid="..."]], which also outputs an Atom <id>
Diffstat (limited to 'templates/atompage.tmpl')
-rw-r--r--templates/atompage.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/atompage.tmpl b/templates/atompage.tmpl
index 9ec7df435..e834d7693 100644
--- a/templates/atompage.tmpl
+++ b/templates/atompage.tmpl
@@ -31,8 +31,8 @@
</rights>
</TMPL_IF>
</TMPL_IF>
-<TMPL_IF NAME="ATOMID">
- <id><TMPL_VAR ATOMID></id>
+<TMPL_IF NAME="GUID">
+ <id><TMPL_VAR GUID></id>
<TMPL_ELSE>
<id><TMPL_VAR PAGEURL></id>
</TMPL_IF>