r96531 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96530‎ | r96531 | r96532 >
Date:00:44, 8 September 2011
Author:preilly
Status:deferred
Tags:
Comment:
fix custom mobile main page sections that have styles that float images
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -65,7 +65,7 @@
6666 );
6767
6868 class ExtMobileFrontend {
69 - const VERSION = '0.5.60';
 69+ const VERSION = '0.5.61';
7070
7171 /**
7272 * @var DOMDocument
@@ -770,8 +770,11 @@
771771 if ( !in_array( $id, $commonAttributes ) ) {
772772 $elementTitle = $element->hasAttribute( 'title' ) ? $element->getAttribute( 'title' ) : '';
773773 $h2UnknownMobileSection = $this->mainPage->createElement( 'h2', $elementTitle );
 774+ $br = $this->mainPage->createElement( 'br' );
 775+ $br->setAttribute( 'CLEAR', 'ALL' );
774776 $content->appendChild( $h2UnknownMobileSection );
775777 $content->appendChild( $element );
 778+ $content->appendChild( $br );
776779 }
777780 }
778781 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r96533mft r96531preilly00:44, 8 September 2011

Status & tagging log