From 27dae679b91608b76a5f04644924c7d578d90142 Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Wed, 2 Jun 2010 19:47:28 +0000 Subject: [PATCH] Follow-up r67230 - be consistent in use of IDs rather than classes. --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) ) { -- 2.20.1