r79916 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79915‎ | r79916 | r79917 >
Date:20:33, 9 January 2011
Author:yaron
Status:deferred
Tags:
Comment:
Follow-up to r77395 - removed printing of tabs before query results; it was an overly-aggressive attempt on my part to make HTML look nice, which resulted in an extra space before query results
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/queryprinters/SMW_QP_List.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/queryprinters/SMW_QP_List.php
@@ -185,7 +185,6 @@
186186 $rows_in_cur_column++;
187187 }
188188
189 - $result .= "\t\t\t\t\t";
190189 if ( $rownum > 0 && $plainlist ) {
191190 $result .= ( $rownum <= $res->getCount() ) ? $listsep : $finallistsep; // the comma between "rows" other than the last one
192191 } else {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77395Restructured so that the 'ol' and 'ul' formats, when displayed with more than...yaron16:57, 28 November 2010

Status & tagging log