r96089 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96088‎ | r96089 | r96090 >
Date:10:56, 2 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
indent fix
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/queryprinters/SMW_QP_Table.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/queryprinters/SMW_QP_Table.php
@@ -23,7 +23,7 @@
2424 return wfMsg( 'smw_printername_' . $this->mFormat );
2525 }
2626
27 - /**
 27+ /**
2828 * @see SMWResultPrinter::handleParameters
2929 *
3030 * @since 1.6
@@ -36,7 +36,7 @@
3737 if ( $params['class'] !== '' ) {
3838 $this->mHTMLClass = $params['class'];
3939 }
40 - }
 40+ }
4141
4242 protected function getResultText( SMWQueryResult $res, $outputmode ) {
4343 global $wgVersion;