Index: trunk/extensions/LiquidThreads/pages/TalkpageView.php |
— | — | @@ -284,7 +284,6 @@ |
285 | 285 | $threads = $this->getPageThreads( $pager ); |
286 | 286 | |
287 | 287 | if ( count( $threads ) > 0 ) { |
288 | | - $html .= Xml::element( 'br', array( 'style' => 'clear: both;' ) ); |
289 | 288 | $html .= $this->getTOC( $threads ); |
290 | 289 | } else { |
291 | 290 | $html .= Xml::tags( 'div', array( 'class' => 'lqt-no-threads' ), |