r110085 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110084‎ | r110085 | r110086 >
Date:21:15, 26 January 2012
Author:demon
Status:deferred
Tags:
Comment:
Some sort of fix to r104375. I'm not entirely sure what the appropriate fix is here, I'm just guessing based on context.
Modified paths:
  • /trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php
@@ -839,7 +839,7 @@
840840 $this->linkHere( wfMsg( 'smw_result_prev' ), $this->showoutgoing, true, $offset );
841841 $offset = $this->offset + SWBSpecialBrowseWiki::$incomingpropertiescount - 1;
842842 $html .= " &#160;&#160;&#160; <strong>" . wfMsg( 'smw_result_results' ) . " " . ( $this->offset + 1 ) .
843 - " – " . ( $offset ) . "</strong> &#160;&#160;&#160; ";
 843+ " &#160;&#160;&#160; " . ( $offset ) . "</strong> &#160;&#160;&#160; ";
844844 $html .= $more ? $this->linkHere( wfMsg( 'smw_result_next' ), $this->showoutgoing, true, $offset ):wfMsg( 'smw_result_next' );
845845 }
846846 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104375== SWB - 2011-11-27 ==...bkaempgen23:21, 27 November 2011