r65130 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65129‎ | r65130 | r65131 >
Date:15:52, 16 April 2010
Author:yaron
Status:deferred
Tags:
Comment:
Fixed typo
Modified paths:
  • /trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php
@@ -422,13 +422,13 @@
423423
424424 END;
425425 if ( $sdgShowCategoriesAsTabs ) {
426 - $text = <<<END
 426+ $text .= <<<END
427427 <p id="categories-header">$choose_category_text</p>
428428 <ul id="$cats_list_class">
429429
430430 END;
431431 } else {
432 - $text = <<<END
 432+ $text .= <<<END
433433 <ul id="$cats_list_class">
434434 <li id="categories-header">$choose_category_text</li>
435435

Status & tagging log