From 17a2a697ef6e268d0c3b2ec5587a5c643cddd24e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jon=20Harald=20S=C3=B8by?= Date: Thu, 31 Jul 2008 14:05:29 +0000 Subject: [PATCH] Putting #mw_header in one line in Modern; this way, when you triple-click then copy-paste the title of a page (in Firefox), you won't get two newlines as well. --- skins/Modern.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/skins/Modern.php b/skins/Modern.php index e09db65142..b4067433c0 100644 --- a/skins/Modern.php +++ b/skins/Modern.php @@ -98,9 +98,7 @@ class ModernTemplate extends QuickTemplate { class="mediawiki text('nsclass') ?> text('dir') ?> text('pageclass') ?>"> -
-

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

-
+

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

-- 2.20.1