Index: trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DataValue.php |
— | — | @@ -557,7 +557,7 @@ |
558 | 558 | case SMW_OUTPUT_WIKI: |
559 | 559 | foreach ( $this->getInfolinks() as $link ) { |
560 | 560 | if ( $first ) { |
561 | | - $result .= '<!-- -->  ' . $link->getWikiText(); |
| 561 | + $result .= '<!-- --> ' . $link->getWikiText(); |
562 | 562 | // the comment is needed to prevent MediaWiki from linking URL-strings together with the nbsps! |
563 | 563 | $first = false; |
564 | 564 | } else { |