diff --git a/src/pandoc.hs b/src/pandoc.hs index 941a66469..27e0dc4df 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -64,7 +64,7 @@ copyrightMessage = "\nCopyright (C) 2006-2011 John MacFarlane\n" ++ compileInfo :: String compileInfo = "\nCompiled with citeproc support." ++ - "\nCompiled with syntax highlighting support for:\n" ++ + "\nCompiled with syntax highlighting support for:\n " ++ wrapWords 4 78 languages -- | Converts a list of strings into a single string with the items printed as