Index: trunk/phase3/includes/Skin.php |
— | — | @@ -562,7 +562,7 @@ |
563 | 563 | $pre = ''; |
564 | 564 | if ( $wgDebugTimestamps ) { |
565 | 565 | $matches = array(); |
566 | | - if ( preg_match( '/^(\d+\.\d+\s{2})/', $line, $matches ) ) { |
| 566 | + if ( preg_match( '/^(\d+\.\d+ \d+.\dM\s{2})/', $line, $matches ) ) { |
567 | 567 | $pre = $matches[1]; |
568 | 568 | $line = substr( $line, strlen( $pre ) ); |
569 | 569 | } |