From 9329e10190d2ef5076a115ecfae45c5a5520f2e0 Mon Sep 17 00:00:00 2001 From: Danny B Date: Mon, 19 Jul 2010 13:15:45 +0000 Subject: [PATCH] * #siteSub (tagline) isn't headline -> replaced by div (partial fix to bug 457) --- skins/MonoBook.php | 2 +- skins/Vector.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 82c1b550da..85e9174180 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -76,7 +76,7 @@ class MonoBookTemplate extends QuickTemplate {

html('title') ?>

-

msg('tagline') ?>

+
msg('tagline') ?>
html('userlangattributes') ?>>html('subtitle') ?>
data['undelete']) { ?>
html('undelete') ?>
diff --git a/skins/Vector.php b/skins/Vector.php index c8388d8ea4..1d4d8bd344 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -487,7 +487,7 @@ class VectorTemplate extends QuickTemplate {
-

msg( 'tagline' ) ?>

+
msg( 'tagline' ) ?>
html('userlangattributes') ?>>html( 'subtitle' ) ?>
-- 2.20.1