From 69575287e36116719deecffe8058e30297148969 Mon Sep 17 00:00:00 2001 From: Uriel Date: Thu, 11 Dec 2008 21:39:07 +0000 Subject: [PATCH] Make markdown.pl(!?) happy, not sure why or how. --- lib/feeds/html.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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