aboutsummaryrefslogtreecommitdiff
path: root/templates/rssitem.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/rssitem.tmpl
parentc522fffe09eea30a97213af1ecddfe6833d131e7 (diff)
downloadikiwiki-ca30d95a78ca974c040c152b8c31bdd63f219e6b.tar
ikiwiki-ca30d95a78ca974c040c152b8c31bdd63f219e6b.tar.gz
rename uuid to guid
Diffstat (limited to 'templates/rssitem.tmpl')
-rw-r--r--templates/rssitem.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/rssitem.tmpl b/templates/rssitem.tmpl
index 4e2020269..1144cd5e2 100644
--- a/templates/rssitem.tmpl
+++ b/templates/rssitem.tmpl
@@ -5,8 +5,8 @@
<TMPL_ELSE>
<title><TMPL_VAR TITLE></title>
</TMPL_IF>
- <TMPL_IF NAME="UUID">
- <guid isPermaLink="no"><TMPL_VAR UUID></guid>
+ <TMPL_IF NAME="GUID">
+ <guid isPermaLink="no"><TMPL_VAR GUID></guid>
<TMPL_ELSE>
<guid><TMPL_VAR URL></guid>
</TMPL_IF>