Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialBrowse.php |
— | — | @@ -132,7 +132,7 @@ |
133 | 133 | $innercount += 1; |
134 | 134 | if (($innercount < $innerlimit) || !$more) { |
135 | 135 | $subjectlink = SMWInfolink::newBrowsingLink('+',$subject->getShortHTMLText()); |
136 | | - $html .= $skin->makeKnownLinkObj($subject, smwfT($subject->getTitle(), TRUE)) . ' ' . $subjectlink->getHTML($skin); |
| 136 | + $html .= $skin->makeKnownLinkObj($subject->getTitle(), smwfT($subject->getTitle(), TRUE)) . ' ' . $subjectlink->getHTML($skin); |
137 | 137 | if ($innercount<$subjectcount) $html .= ", \n"; |
138 | 138 | } else { |
139 | 139 | $html .= '<a href="' . $skin->makeSpecialUrl('SearchByProperty', 'property=' . urlencode($result->getPrefixedText()) . '&value=' . urlencode($article->getLongWikiText())) . '">' . wfMsg("smw_browse_more") . "</a>\n"; |