From: Happy-melon Date: Wed, 2 Jun 2010 19:47:28 +0000 (+0000) Subject: Follow-up r67230 - be consistent in use of IDs rather than classes. X-Git-Tag: 1.31.0-rc.0~36634 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=27dae679b91608b76a5f04644924c7d578d90142;p=lhc%2Fweb%2Fwiklou.git Follow-up r67230 - be consistent in use of IDs rather than classes. --- diff --git a/includes/Article.php b/includes/Article.php index 39cfc152c2..af4aed40e6 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1084,7 +1084,7 @@ class Article { public function showCssOrJsPage() { global $wgOut; - $wgOut->wrapWikiMsg( "
\n$1\n
", 'clearyourcache' ); + $wgOut->wrapWikiMsg( "
\n$1\n
", 'clearyourcache' ); // Give hooks a chance to customise the output if ( wfRunHooks( 'ShowRawCssJs', array( $this->mContent, $this->mTitle, $wgOut ) ) ) {