From 763a9610cdcfbbcd483abf2fd3b754039037a769 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Thu, 29 Dec 2011 14:03:39 -0800
Subject: [PATCH] Better formatting for list of highlighting languages.

---
 src/pandoc.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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