summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--feed.xml4
-rwxr-xr-xgenrss.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/feed.xml b/feed.xml
index d397808..9739587 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,7 +5,7 @@
<link>https://marc.vertes.org/</link>
<description>A blog about programming</description>
<managingEditor>mvertes@free.fr</managingEditor>
-<pubDate>Thu, 18 May 2023 18:53:56 +0200</pubDate>
+<pubDate>Thu, 18 May 2023 19:05:48 +0200</pubDate>
<item>
<title>Yaegi Internals</title>
<link>https://marc.vertes.org/yaegi-internals/</link>
@@ -386,7 +386,7 @@ in a next article:</p>
<p>P.S. Thanks to <a href="https://twitter.com/@lejatorn"><span
class="citation" data-cites="lejatorn">@lejatorn</span></a> for his
feedback and suggestions on this post.</p>
-<hr>From: Marc Vertes, 03 may 2023]]>
+<hr>From: Marc Vertes, 03 may 2023]]></content:encoded>
</item>
</channel>
</rss>
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