summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-29 14:03:39 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-29 14:03:39 -0800
commit763a9610cdcfbbcd483abf2fd3b754039037a769 (patch)
treeb1b474b3416fd40259559ebafd4a78423574cf0a /src/pandoc.hs
parent0aa6269b04c2c830790a34ceaf81acb9d56e28fe (diff)
Better formatting for list of highlighting languages.
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs2
1 files changed, 1 insertions, 1 deletions
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