Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -1197,7 +1197,7 @@ |
1198 | 1198 | (?: [0-9] [\ \-]? ){9} # 9 digits with opt. delimiters |
1199 | 1199 | [0-9Xx] # check digit |
1200 | 1200 | \b) |
1201 | | - )!x', array( &$this, 'magicLinkCallback' ), $text ); |
| 1201 | + )!xS', array( &$this, 'magicLinkCallback' ), $text ); |
1202 | 1202 | wfProfileOut( __METHOD__ ); |
1203 | 1203 | return $text; |
1204 | 1204 | } |