Revert r25707, bump CSS versions again
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 11 Sep 2007 17:09:19 +0000 (17:09 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 11 Sep 2007 17:09:19 +0000 (17:09 +0000)
includes/DefaultSettings.php
skins/MonoBook.php

index 7376b0b..2609d43 100644 (file)
@@ -1215,7 +1215,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '98';
+$wgStyleVersion = '99';
 
 
 # Server-side caching:
index e61f94a..398d3f7 100644 (file)
@@ -98,7 +98,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 class="firstHeading"><span class="mw-headline"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></span></h1>
+               <h1 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>