Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -764,6 +764,7 @@ |
765 | 765 | } else { |
766 | 766 | $out.= "{{:".$text."}}"; |
767 | 767 | } |
| 768 | + $out.= "\n"; |
768 | 769 | if( $i == $from ) $from_pagenum = $pagenum; |
769 | 770 | if( $i == $to ) $to_pagenum = $pagenum; |
770 | 771 | } |