ref: 141fdd0d4392abdcb6a29f1ee1e8381e28abddad
parent: 739a87e1784ac804326401b429063b07143fb21c
author: sl <uriel@engel.se.cat-v.org>
date: Thu Dec 11 16:39:07 EST 2008
Make markdown.pl(!?) happy, not sure why or how.
--- 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