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