From: Jon Harald Søby Date: Thu, 31 Jul 2008 14:05:29 +0000 (+0000) Subject: Putting #mw_header in one line in Modern; this way, when you triple-click then copy... X-Git-Tag: 1.31.0-rc.0~46251 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=17a2a697ef6e268d0c3b2ec5587a5c643cddd24e;p=lhc%2Fweb%2Fwiklou.git 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. --- 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') ?>