Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | <html><head> |
michael@0 | 2 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
michael@0 | 3 | <title>Hang with -moz-column-count and word-wrap</title> |
michael@0 | 4 | </head><body> |
michael@0 | 5 | <div style="border: 1px solid black; word-wrap: normal; -moz-column-count: 2; width: 110px;"> |
michael@0 | 6 | a<span style="word-wrap: break-word;">abcde</span> |
michael@0 | 7 | </div> |
michael@0 | 8 | </body></html> |