From: Amir E. Aharoni Date: Mon, 12 Dec 2011 12:47:07 +0000 (+0000) Subject: Followup to r105854. Made directionality inline rather than block-level, because... X-Git-Tag: 1.31.0-rc.0~26051 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=2fde32bed64e6dec115018a5f056f2c2af2fa883;p=lhc%2Fweb%2Fwiklou.git Followup to r105854. Made directionality inline rather than block-level, because text alignment should be consistent with the rest of the site. Added support for Monobook and Modern skins. --- diff --git a/skins/Modern.php b/skins/Modern.php index 74f9b304f0..ebd574f435 100644 --- a/skins/Modern.php +++ b/skins/Modern.php @@ -52,7 +52,7 @@ class ModernTemplate extends MonoBookTemplate { ?> -

html('title') ?>

+

html('title') ?>

diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 00507e76aa..b799fbcdfd 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -69,7 +69,7 @@ class MonoBookTemplate extends BaseTemplate { data['sitenotice']) { ?>
html('sitenotice') ?>
-

html('title') ?>

+

html('title') ?>

msg('tagline') ?>
html('userlangattributes') ?>>html('subtitle') ?>
diff --git a/skins/Vector.php b/skins/Vector.php index f1242b01ad..1779566e99 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -134,7 +134,9 @@ class VectorTemplate extends BaseTemplate { -

html( 'title' ) ?>

+

+ html( 'title' ) ?> +