removed nbsp from clearDiv

This commit is contained in:
Mario Botsch 2017-10-20 16:36:41 +02:00
parent 8bc06762ff
commit 3bf2eec125

View File

@ -75,4 +75,4 @@ makeDiv :: Int -> Block -> Block
makeDiv width content = Div ("", [], [("style","width:" <> show width <> "%;float:left")]) [content]
clearDiv :: Block
clearDiv = Div ("", [], [("style", "clear: both")]) [Plain [toHtml "&nbsp;"]]
clearDiv = Div ("", [], [("style", "clear: both")]) [Plain [toHtml ""]]