r111139 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111138‎ | r111139 | r111140 >
Date:01:07, 10 February 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
this apparently did not get parsed correctly in recent mw anymore
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DataValue.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DataValue.php
@@ -557,7 +557,7 @@
558558 case SMW_OUTPUT_WIKI:
559559 foreach ( $this->getInfolinks() as $link ) {
560560 if ( $first ) {
561 - $result .= '<!-- -->&#160;&#160;' . $link->getWikiText();
 561+ $result .= '<!-- --> ' . $link->getWikiText();
562562 // the comment is needed to prevent MediaWiki from linking URL-strings together with the nbsps!
563563 $first = false;
564564 } else {