removed nbsp from clearDiv
This commit is contained in:
		@@ -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 " "]]
 | 
			
		||||
clearDiv = Div ("", [], [("style", "clear: both")]) [Plain [toHtml ""]]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user