Revert r75769, r80475: mistaken attempt to fix bug 25725 by deleting random newlines...
[lhc/web/wiklou.git] / includes / diff / WikiDiff.php
index 83ec324..6777115 100644 (file)
@@ -1045,7 +1045,7 @@ class _HWLDF_WordAccumulator {
 
        function getLines() {
                $this->_flushLine( '~done' );
-               return str_replace( '\n', '', $this->_lines );
+               return $this->_lines;
        }
 }