Commit 5264c05e authored by root's avatar root

Fixed lint output bug

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