Followup to r45376 (changing class="firstHeading" to an id). We still want the class...
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 3 Jan 2009 17:57:33 +0000 (17:57 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 3 Jan 2009 17:57:33 +0000 (17:57 +0000)
includes/DefaultSettings.php
skins/MonoBook.php

index 4219688..98fe853 100644 (file)
@@ -1446,7 +1446,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '194';
+$wgStyleVersion = '195';
 
 
 # Server-side caching:
index c76ff45..8afc498 100644 (file)
@@ -115,7 +115,7 @@ class MonoBookTemplate extends QuickTemplate {
        <div id="content">
                <a name="top" id="top"></a>
                <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>
-               <h1 id="firstHeading"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></h1>
+               <h1 id="firstHeading" class="firstHeading"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></h1>
                <div id="bodyContent">
                        <h3 id="siteSub"><?php $this->msg('tagline') ?></h3>
                        <div id="contentSub"><?php $this->html('subtitle') ?></div>