diff --git a/lib/feeds/html.tpl b/lib/feeds/html.tpl
index 85bb858..31ecccc 100644
--- a/lib/feeds/html.tpl
+++ b/lib/feeds/html.tpl
@@ -7,7 +7,7 @@
for (f in `{ sortedBlogPostList $blogDirs }) {
gen_blog_post_title $f
cat $f
- echo
+ echo ' ' # XXX I have no clue why the ' ' is needed, a echo without args breaks markdown.pl?!?
} | $formatter
# TODO Should check if user has perms and so on