commit 1d3f6acec62e9305e72ce1feb4270b061cb69c03
parent 5413b48143b352819aeaa40b056708f4939919ca
Author: uriel@soma <unknown>
Date: Thu, 11 Dec 2008 21:39:07 +0000
Make markdown.pl(!?) happy, not sure why or how.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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