CVS commit by carewolf: Better not ignore white-space only blocks in pre-line and pre-wrap either M +1 -1 dom_textimpl.cpp 1.107 --- kdelibs/khtml/xml/dom_textimpl.cpp #1.106:1.107 @@ -392,5 +392,5 @@ bool TextImpl::rendererIsNeeded(RenderSt } - if (style->whiteSpace() == PRE) { + if (style->preserveWS() || style->preserveLF()) { return true; }