From 2e74792381ec6ce3da89f0efb1282c8a4e87fc8d Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 26 May 2004 22:03:30 +0000 Subject: [PATCH] typo in magicRFC --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index f316fb2b04..6b7d5f59e5 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -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"; -- 2.20.1