r113464 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113463‎ | r113464 | r113465 >
Date:11:16, 9 March 2012
Author:vvv
Status:ok
Tags:
Comment:
Fix a very stupid copy-paste-caused typo.
Modified paths:
  • /trunk/extensions/CodeEditor/CodeEditor.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeEditor/CodeEditor.hooks.php
@@ -6,7 +6,7 @@
77 if( $title->isCssOrJsPage() ) {
88 if( preg_match( '/\.js$/', $title->getText() ) )
99 return 'javascript';
10 - if( preg_match( '/\.js$/', $title->getText() ) )
 10+ if( preg_match( '/\.css$/', $title->getText() ) )
1111 return 'css';
1212 }
1313

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r110794* Update the list of the languages...vvv21:59, 6 February 2012

Status & tagging log