Index: trunk/extensions/SpamBlacklist/SpamBlacklist_body.php |
— | — | @@ -365,7 +365,7 @@ |
366 | 366 | "</tt>\n"; |
367 | 367 | $hookError = |
368 | 368 | "<div class='errorbox'>" . |
369 | | - wfMsgExt( 'spam-invalid-lines', array( 'parsemag' ), count( $badLines ) ) . |
| 369 | + wfMsgExt( 'spam-invalid-lines', array( 'parsemag' ), count( $badLines ) ) . "<br />" . |
370 | 370 | $badList . |
371 | 371 | "</div>\n" . |
372 | 372 | "<br clear='all' />\n"; |
Index: trunk/extensions/SpamBlacklist/SpamBlacklist.i18n.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | # * Every non-blank line is a regex fragment which will only match hosts inside URLs |
29 | 29 | |
30 | 30 | #</pre> <!-- leave this line exactly as it is -->', |
31 | | - 'spam-invalid-lines' => "The following spam blacklist {{PLURAL:$1|line is an|lines are}} invalid regular {{PLURAL:$1|expression|expressions}} and {{PLURAL:$1|needs|need}} to be corrected before saving the page:\n", |
| 31 | + 'spam-invalid-lines' => "The following spam blacklist {{PLURAL:$1|line is an|lines are}} invalid regular {{PLURAL:$1|expression|expressions}} and {{PLURAL:$1|needs|need}} to be corrected before saving the page:", |
32 | 32 | 'spam-blacklist-desc' => 'Regex-based anti-spam tool: [[MediaWiki:Spam-blacklist]] and [[MediaWiki:Spam-whitelist]]', |
33 | 33 | ); |
34 | 34 | |