diff options
| -rw-r--r-- | src/Main.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Main.hs b/src/Main.hs index 76ccab3c..04ccc163 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -374,7 +374,7 @@ handleEasyFlags flags = do      bye $ dir ++ "\n"    when (Flag_UseUnicode `elem` flags && Flag_Html `notElem` flags) $ -  	throwE "Unicode can only be enabled for HTML output." +    throwE "Unicode can only be enabled for HTML output."    when ((Flag_GenIndex `elem` flags || Flag_GenContents `elem` flags)          && Flag_Html `elem` flags) $ | 
