Make markdown.pl(!?) happy, not sure why or how.

This commit is contained in:
uriel 2008-12-11 21:39:07 +00:00
parent 4c77b804a6
commit e8a1787542

View File

@ -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