Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php |
— | — | @@ -944,7 +944,7 @@ |
945 | 945 | } |
946 | 946 | |
947 | 947 | // wrap the output in a div, to prevent the parser from inserting pararaphs |
948 | | - $out = "<div>$out</div>"; |
| 948 | + $out = "<div>\n$out\n</div>"; |
949 | 949 | $out = $parser->recursiveTagParse( $out ); |
950 | 950 | return $out; |
951 | 951 | } |