r52450 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52449‎ | r52450 | r52451 >
Date:11:36, 26 June 2009
Author:werdna
Status:deferred
Tags:
Comment:
Add a clear element for good measure
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/LqtView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/LqtView.php
@@ -734,6 +734,9 @@
735735 $html .= Xml::tags( 'span', array( 'class' => 'lqt-thread-header-info' ),
736736 $wgLang->pipeList( $infoElements ) );
737737
 738+ // Fix the floating elements by adding a clear.
 739+ $html .= Xml::tags( 'span', array( 'style' => 'clear: both;' ), ' ' );
 740+
738741 $html = Xml::tags( 'div', array( 'class' => 'lqt-thread-header' ), $html );
739742
740743 $this->output->addHTML( $html );

Status & tagging log