typo in magicRFC
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 26 May 2004 22:03:30 +0000 (22:03 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 26 May 2004 22:03:30 +0000 (22:03 +0000)
includes/Parser.php

index f316fb2..6b7d5f5 100644 (file)
@@ -1812,7 +1812,7 @@ class Parser
        {
                global $wgLang;
 
-               $a = split( "ISBN ", " $text" );
+               $a = split( "RFC ", " $text" );
                if ( count ( $a ) < 2 ) return $text;
                $text = substr( array_shift( $a ), 1);
                $valid = "0123456789";