r68905 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68904‎ | r68905 | r68906 >
Date:19:55, 2 July 2010
Author:adam
Status:deferred
Tags:
Comment:
LliquidThreads - Adding a container div for the contents
Modified paths:
  • /trunk/extensions/LiquidThreads/pages/TalkpageView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/pages/TalkpageView.php
@@ -152,7 +152,9 @@
153153
154154 $html .= $headerRow . "\n" . Xml::tags( 'tbody', null, implode( "\n", $rows ) );
155155 $html = $h2_header . Xml::tags( 'table', array( 'class' => 'lqt_toc' ), $html );
156 -
 156+ // wrap our output in a div for containment
 157+ $html = Xml::tags( 'div', array( 'class' => 'lqt-contents-wrapper' ), $html );
 158+
157159 return $html;
158160 }
159161

Status & tagging log