r37123 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37122‎ | r37123 | r37124 >
Date:18:42, 5 July 2008
Author:mkroetzsch
Status:old
Tags:
Comment:
belongs to previous commit (space for further results link)
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_QueryResult.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_QueryResult.php
@@ -163,7 +163,7 @@
164164 $params['order'] = $porder;
165165 }
166166 if ($caption == false) {
167 - $caption = wfMsgForContent('smw_iq_moreresults');
 167+ $caption = ' ' . wfMsgForContent('smw_iq_moreresults'); // the space is right here, not in the QPs!
168168 }
169169 $result = SMWInfolink::newInternalLink($caption,':Special:Ask', false, $params);
170170 // Note: the initial : prevents SMW from reparsing :: in the query string

Status & tagging log