From ba0f7c4c13786057e3d1e707504d02bd54951c97 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 3 Jan 2009 17:57:33 +0000 Subject: [PATCH] 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. --- includes/DefaultSettings.php | 2 +- skins/MonoBook.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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') ?>
-- 2.20.1