Index: trunk/extensions/SemanticMediaWiki/includes/queryprinters/SMW_QP_Category.php |
— | — | @@ -196,7 +196,7 @@ |
197 | 197 | |
198 | 198 | $params['delim'] = new Parameter( 'delim' ); |
199 | 199 | $params['delim']->setDescription( wfMsg( 'smw-paramdesc-category-delim' ) ); |
200 | | - $params['delim']->setDefault( ',' ); |
| 200 | + $params['delim']->setDefault( '' ); |
201 | 201 | |
202 | 202 | $params['template'] = new Parameter( 'template' ); |
203 | 203 | $params['template']->setDescription( wfMsg( 'smw-paramdesc-category-template' ) ); |