Commit 04bb793a authored by Sumit Sahrawat's avatar Sumit Sahrawat

Merge pull request #629 from franklx/master

Fix for issue #622 -- Possible build issues
parents c383d257 0150a440
......@@ -187,7 +187,7 @@ htmlSuggestions = concatMap toHtml
_ -> "warning"
style :: String -> String -> String
style = printf "<div class=\"suggestion-${cls}\">%s</div>"
style = printf "<div class=\"suggestion-%s\">%s</div>"
named :: String -> String
named = printf "<div class=\"suggestion-name\" style=\"clear:both;\">%s</div>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment