diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/HaddockHtml.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HaddockHtml.hs b/src/HaddockHtml.hs index f6a9bdd5..fc65c4a1 100644 --- a/src/HaddockHtml.hs +++ b/src/HaddockHtml.hs @@ -294,7 +294,7 @@ ppHtmlIndex odir doctitle ifaces = do       <-> td << (hsep [ if defining then  			 bold << linkId (Module mdl) (Just nm) << toHtml mdl  		       else -			 linkId (Module mdl) Nothing << toHtml mdl +			 linkId (Module mdl) (Just nm) << toHtml mdl  	             | (Module mdl, defining) <- entries ])    initialChars = [ 'A'..'Z' ] ++ ":!#$%&*+./<=>?@\\^|-~"  | 
