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 @@
186
186
$rows_in_cur_column++;
187
187
}
188
188
189
- $result .= "\t\t\t\t\t";
190
189
if ( $rownum > 0 && $plainlist ) {
191
190
$result .= ( $rownum <= $res->getCount() ) ? $listsep : $finallistsep; // the comma between "rows" other than the last one
192
191
} else {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r77395
Restructured so that the 'ol' and 'ul' formats, when displayed with more than...
yaron
16:57, 28 November 2010
Status & tagging log
01:20, 10 January 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r79916
[
removed:
new
added:
deferred]