summaryrefslogtreecommitdiff
path: root/genrss.sh
diff options
context:
space:
mode:
Diffstat (limited to 'genrss.sh')
-rwxr-xr-xgenrss.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/genrss.sh b/genrss.sh
index 7e5d3b3..7e6933d 100755
--- a/genrss.sh
+++ b/genrss.sh
@@ -23,7 +23,7 @@ for d in *; do
<description>$description</description>
<author>$author</author>
<pubDate>$date_rfc2822</pubDate>
- <content:encoded><![CDATA[$(awk '/<h1 / {p=!p} p' index.html)]]>
+ <content:encoded><![CDATA[$(awk '/<h1 / {p=!p} p' index.html)]]></content:encoded>
</item>
EOT
done