summaryrefslogtreecommitdiff
path: root/data/templates/atom-item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/atom-item.xml')
-rw-r--r--data/templates/atom-item.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/templates/atom-item.xml b/data/templates/atom-item.xml
index 6d0e28f..e9185f2 100644
--- a/data/templates/atom-item.xml
+++ b/data/templates/atom-item.xml
@@ -1,7 +1,7 @@
<entry>
- <title>$title</title>
- <link href="$root$url" />
- <id>$root$url</id>
- <updated>$timestamp</updated>
- <summary type="html"><![CDATA[$description]]></summary>
+ <title>$title$</title>
+ <link href="$root$$url$" />
+ <id>$root$$url$</id>
+ <updated>$timestamp$</updated>
+ <summary type="html"><![CDATA[$description$]]></summary>
</entry>