r65370 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65369‎ | r65370 | r65371 >
Date:10:15, 21 April 2010
Author:werdna
Status:deferred
Tags:
Comment:
Merge r65369
Modified paths:
  • /branches/wmf/1.16wmf4/extensions/LiquidThreads/classes/View.php (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/classes/View.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/extensions/LiquidThreads/classes/View.php
@@ -1382,7 +1382,8 @@
13831383 $html .= $this->showPostBody( $post, $oldid );
13841384 }
13851385 $html .= Xml::closeElement( 'div' );
1386 - $html .= Xml::tags( 'div', array( 'style' => 'clear: both' ), ' ' );
 1386+ $html .= Xml::tags( 'div', array( 'style' => 'clear: both; height: 0' ),
 1387+ ' ' );
13871388 $html .= $this->showThreadToolbar( $thread );
13881389 $html .= $this->threadSignature( $thread );
13891390 }
Property changes on: branches/wmf/1.16wmf4/extensions/LiquidThreads/classes/View.php
___________________________________________________________________
Name: svn:mergeinfo
13901391 - /branches/wmf-deployment/extensions/LiquidThreads/classes/View.php:60970
/trunk/extensions/LiquidThreads/classes/View.php:57390,63727-63971,64736,64920,65297,65302,65305
13911392 + /branches/wmf-deployment/extensions/LiquidThreads/classes/View.php:60970
/trunk/extensions/LiquidThreads/classes/View.php:57390,63727-63971,64736,64920,65297,65302,65305,65369
Index: branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/classes/View.php
@@ -1379,7 +1379,8 @@
13801380 $html .= $this->showPostBody( $post, $oldid );
13811381 }
13821382 $html .= Xml::closeElement( 'div' );
1383 - $html .= Xml::tags( 'div', array( 'style' => 'clear: both' ), ' ' );
 1383+ $html .= Xml::tags( 'div', array( 'style' => 'clear: both; height: 0' ),
 1384+ ' ' );
13841385 $html .= $this->showThreadToolbar( $thread );
13851386 $html .= $this->threadSignature( $thread );
13861387 }
Property changes on: branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/classes/View.php
___________________________________________________________________
Name: svn:mergeinfo
13871388 - /branches/wmf-deployment/extensions/LiquidThreads_alpha/classes/View.php:60970
/trunk/extensions/LiquidThreads/classes/View.php:57390,63727-63971,64920,65302,65305
13881389 + /branches/wmf-deployment/extensions/LiquidThreads_alpha/classes/View.php:60970
/trunk/extensions/LiquidThreads/classes/View.php:57390,63727-63971,64920,65302,65305,65369

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65369LiquidThreads: remove awkward gapwerdna10:11, 21 April 2010

Status & tagging log