Index: trunk/extensions/SemanticMediaWiki/includes/queryprinters/SMW_QP_Table.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | return wfMsg( 'smw_printername_' . $this->mFormat ); |
25 | 25 | } |
26 | 26 | |
27 | | - /** |
| 27 | + /** |
28 | 28 | * @see SMWResultPrinter::handleParameters |
29 | 29 | * |
30 | 30 | * @since 1.6 |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | if ( $params['class'] !== '' ) { |
38 | 38 | $this->mHTMLClass = $params['class']; |
39 | 39 | } |
40 | | - } |
| 40 | + } |
41 | 41 | |
42 | 42 | protected function getResultText( SMWQueryResult $res, $outputmode ) { |
43 | 43 | global $wgVersion; |