aboutsummaryrefslogtreecommitdiff
path: root/templates/atomitem.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-12 10:59:45 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-12 10:59:45 -0400
commitca30d95a78ca974c040c152b8c31bdd63f219e6b (patch)
tree46836ee0e155992c3be7199832791950e6a5519c /templates/atomitem.tmpl
parentc522fffe09eea30a97213af1ecddfe6833d131e7 (diff)
downloadikiwiki-ca30d95a78ca974c040c152b8c31bdd63f219e6b.tar
ikiwiki-ca30d95a78ca974c040c152b8c31bdd63f219e6b.tar.gz
rename uuid to guid
Diffstat (limited to 'templates/atomitem.tmpl')
-rw-r--r--templates/atomitem.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/atomitem.tmpl b/templates/atomitem.tmpl
index fdc629e39..19c557f30 100644
--- a/templates/atomitem.tmpl
+++ b/templates/atomitem.tmpl
@@ -1,7 +1,7 @@
<entry>
<title><TMPL_VAR TITLE></title>
- <TMPL_IF NAME="UUID">
- <id><TMPL_VAR UUID></id>
+ <TMPL_IF NAME="GUID">
+ <id><TMPL_VAR GUID></id>
<TMPL_ELSE>
<id><TMPL_VAR URL></id>
</TMPL_IF>