From: Chad Horohoe Date: Sat, 3 Jan 2009 17:57:33 +0000 (+0000) Subject: Followup to r45376 (changing class="firstHeading" to an id). We still want the class... X-Git-Tag: 1.31.0-rc.0~43575 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=ba0f7c4c13786057e3d1e707504d02bd54951c97;p=lhc%2Fweb%2Fwiklou.git Followup to r45376 (changing class="firstHeading" to an id). We still want the class there too (as pointed out by Raymond) as it will break a lot of custom user styles. Also, bump $wgStyleVersion. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4219688aac..98fe8536cb 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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: diff --git a/skins/MonoBook.php b/skins/MonoBook.php index c76ff457a3..8afc4982e3 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -115,7 +115,7 @@ class MonoBookTemplate extends QuickTemplate {
data['sitenotice']) { ?>
html('sitenotice') ?>
-

data['displaytitle']!=""?$this->html('title'):$this->text('title') ?>

+

data['displaytitle']!=""?$this->html('title'):$this->text('title') ?>

msg('tagline') ?>

html('subtitle') ?>