From 015644b60e66b9075c924358a4a7f8ff30d21e40 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 29 Aug 2007 20:03:28 +0000 Subject: Purely stylistic change. git-svn-id: https://pandoc.googlecode.com/svn/trunk@957 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Text/Pandoc/Readers/Markdown.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text/Pandoc/Readers/Markdown.hs b/src/Text/Pandoc/Readers/Markdown.hs index 461910b0e..95bcc5d5a 100644 --- a/src/Text/Pandoc/Readers/Markdown.hs +++ b/src/Text/Pandoc/Readers/Markdown.hs @@ -466,7 +466,7 @@ htmlBlock = do -- True if tag is self-closing isSelfClosing tag = - isSuffixOf "/>" $ filter (\c -> (not (c `elem` " \n\t"))) tag + isSuffixOf "/>" $ filter (not . (`elem` " \n\t")) tag strictHtmlBlock = try $ do tag <- anyHtmlBlockTag -- cgit v1.2.3