plaintext to wiki
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2005 14:56:37 +0000 (14:56 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2005 14:56:37 +0000 (14:56 +0000)
includes/SpecialBooksources.php

index 115a9a6..3431bcd 100644 (file)
@@ -64,7 +64,7 @@ class BookSourceList {
                }
                
                # Otherwise, use the list of links in the default Language.php file.
-               $s = wfMsgHtml( "booksourcetext" ) . "<ul>\n";
+               $s = wfMsgWikiHtml( 'booksourcetext' ) . "<ul>\n";
                $bs = $wgContLang->getBookstoreList() ;
                $bsn = array_keys ( $bs ) ;
                foreach ( $bsn as $name ) {