https://www.mediawiki.org/wiki/Special:Code/MediaWiki/110085

Revision: 110085
Author:   demon
Date:     2012-01-26 21:15:11 +0000 (Thu, 26 Jan 2012)
Log Message:
-----------
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: 
trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php
===================================================================
--- 
trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php
 2012-01-26 21:05:03 UTC (rev 110084)
+++ 
trunk/extensions/SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php
 2012-01-26 21:15:11 UTC (rev 110085)
@@ -839,7 +839,7 @@
                                $this->linkHere( wfMsg( 'smw_result_prev' ), 
$this->showoutgoing, true, $offset );
                                $offset = $this->offset + 
SWBSpecialBrowseWiki::$incomingpropertiescount - 1;
                                $html .= " &#160;&#160;&#160;  <strong>" . 
wfMsg( 'smw_result_results' ) . " " . ( $this->offset + 1 ) .
-                                                " 
–
 " . ( $offset ) . "</strong>  &#160;&#160;&#160; ";
+                                                " &#160;&#160;&#160; " . ( 
$offset ) . "</strong>  &#160;&#160;&#160; ";
                                $html .= $more ? $this->linkHere( wfMsg( 
'smw_result_next' ), $this->showoutgoing, true, $offset ):wfMsg( 
'smw_result_next' );
                        }
                }


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to