Commit c448eb3b authored by franklx's avatar franklx

Fixed lint output bug (fix for issue #622)

parent c383d257
......@@ -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