From bd0320962eb8165354854351dc2e24fde5af1c06 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 5 Jul 2010 00:11:02 -0700 Subject: Comment change in Templates (thanks to Alexander Hirzel). Resolves Issue #245. --- src/Text/Pandoc/Templates.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Templates.hs b/src/Text/Pandoc/Templates.hs index 2238f4da8..372954ae3 100644 --- a/src/Text/Pandoc/Templates.hs +++ b/src/Text/Pandoc/Templates.hs @@ -173,7 +173,7 @@ for = try $ do string "$for(" id' <- ident string ")$" - -- if newline after the "if", then a newline after "endif" will be swallowed + -- if newline after the "for", then a newline after "endfor" will be swallowed multiline <- option False $ try $ skipEndline >> return True let matches = filter (\(k,_) -> k == id') vars let indent = replicate pos ' ' -- cgit v1.2.3