Index: trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php |
— | — | @@ -839,7 +839,7 @@ |
840 | 840 | $this->linkHere( wfMsg( 'smw_result_prev' ), $this->showoutgoing, true, $offset ); |
841 | 841 | $offset = $this->offset + SWBSpecialBrowseWiki::$incomingpropertiescount - 1; |
842 | 842 | $html .= "     <strong>" . wfMsg( 'smw_result_results' ) . " " . ( $this->offset + 1 ) . |
843 | | - " – " . ( $offset ) . "</strong>     "; |
| 843 | + "     " . ( $offset ) . "</strong>     "; |
844 | 844 | $html .= $more ? $this->linkHere( wfMsg( 'smw_result_next' ), $this->showoutgoing, true, $offset ):wfMsg( 'smw_result_next' ); |
845 | 845 | } |
846 | 846 | } |