From 222b01f5169f1c7e69762e0e8904c24f78f71882 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 28 Jul 2010 11:52:48 +0200 Subject: update to MediaWiki 1.16.0 --- includes/specials/SpecialBooksources.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/specials/SpecialBooksources.php') diff --git a/includes/specials/SpecialBooksources.php b/includes/specials/SpecialBooksources.php index db466c14..8ee5467a 100644 --- a/includes/specials/SpecialBooksources.php +++ b/includes/specials/SpecialBooksources.php @@ -6,7 +6,7 @@ * * @author Rob Church * @todo Validate ISBNs using the standard check-digit method - * @ingroup SpecialPages + * @ingroup SpecialPage */ class SpecialBookSources extends SpecialPage { @@ -35,7 +35,7 @@ class SpecialBookSources extends SpecialPage { $wgOut->addHTML( $this->makeForm() ); if( strlen( $this->isbn ) > 0 ) { if( !self::isValidISBN( $this->isbn ) ) { - $wgOut->wrapWikiMsg( '
$1
', 'booksources-invalid-isbn' ); + $wgOut->wrapWikiMsg( "
\n$1
", 'booksources-invalid-isbn' ); } $this->showList(); } -- cgit v1.2.3-54-g00ecf