Make markdown.pl(!?) happy, not sure why or how.
This commit is contained in:
parent
eecc4d2ea8
commit
69575287e3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
for (f in `{ sortedBlogPostList $blogDirs }) {
|
for (f in `{ sortedBlogPostList $blogDirs }) {
|
||||||
gen_blog_post_title $f
|
gen_blog_post_title $f
|
||||||
cat $f
|
cat $f
|
||||||
echo
|
echo ' ' # XXX I have no clue why the ' ' is needed, a echo without args breaks markdown.pl?!?
|
||||||
} | $formatter
|
} | $formatter
|
||||||
|
|
||||||
# TODO Should check if user has perms and so on
|
# TODO Should check if user has perms and so on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue