Follow-up r67230 - be consistent in use of IDs rather than classes.
authorHappy-melon <happy-melon@users.mediawiki.org>
Wed, 2 Jun 2010 19:47:28 +0000 (19:47 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Wed, 2 Jun 2010 19:47:28 +0000 (19:47 +0000)
includes/Article.php

index 39cfc15..af4aed4 100644 (file)
@@ -1084,7 +1084,7 @@ class Article {
        public function showCssOrJsPage() {
                global $wgOut;
 
-               $wgOut->wrapWikiMsg( "<div class='mw-clearyourcache'>\n$1\n</div>", 'clearyourcache' );
+               $wgOut->wrapWikiMsg( "<div id='mw-clearyourcache'>\n$1\n</div>", 'clearyourcache' );
 
                // Give hooks a chance to customise the output
                if ( wfRunHooks( 'ShowRawCssJs', array( $this->mContent, $this->mTitle, $wgOut ) ) ) {