From b36600092ce7a2e2a3f967806126ff8ba7e3497f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 30 Aug 2014 08:16:00 -0700 Subject: Removed extra blank line after version. --- pandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.hs') diff --git a/pandoc.hs b/pandoc.hs index d3fc3a1f5..c5a9d3a95 100644 --- a/pandoc.hs +++ b/pandoc.hs @@ -75,7 +75,7 @@ import Data.Monoid type Transform = Pandoc -> Pandoc copyrightMessage :: String -copyrightMessage = unlines [ +copyrightMessage = intercalate "\n" [ "", "Copyright (C) 2006-2014 John MacFarlane", "Web: http://johnmacfarlane.net/pandoc", -- cgit v1.2.3