r65015 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65014‎ | r65015 | r65016 >
Date:10:04, 14 April 2010
Author:catrope
Status:ok
Tags:
Comment:
Remove space in <div id="content" > to unbreak certain screenscraping clients. (Yes, their breaking on this is ridiculous.)
Modified paths:
  • /trunk/phase3/skins/MonoBook.php (modified) (history)
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -466,7 +466,7 @@
467467 <div id="page-base" class="noprint"></div>
468468 <div id="head-base" class="noprint"></div>
469469 <!-- content -->
470 - <div id="content" <?php $this->html('specialpageattributes') ?>>
 470+ <div id="content"<?php $this->html('specialpageattributes') ?>>
471471 <a id="top"></a>
472472 <div id="mw-js-message" style="display:none;"<?php $this->html('userlangattributes') ?>></div>
473473 <?php if ( $this->data['sitenotice'] ): ?>
Index: trunk/phase3/skins/MonoBook.php
@@ -70,7 +70,7 @@
7171
7272 $this->html( 'headelement' );
7373 ?><div id="globalWrapper">
74 -<div id="column-content"><div id="content" <?php $this->html("specialpageattributes") ?>>
 74+<div id="column-content"><div id="content"<?php $this->html("specialpageattributes") ?>>
7575 <a id="top"></a>
7676 <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>
7777

Follow-up revisions

RevisionCommit summaryAuthorDate
r650161.16wmf4: MFT r65015catrope10:58, 14 April 2010

Status & tagging log