r10530 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10529‎ | r10530 | r10531 >
Date:18:09, 15 August 2005
Author:hashar
Status:old
Tags:
Comment:
clean html source
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -451,7 +451,7 @@
452452 foreach ($tree as $element => $parent) {
453453 if (empty($parent)) {
454454 # element start a new list
455 - $return .= '<br />';
 455+ $return .= "<br />\n";
456456 } else {
457457 # grab the others elements
458458 $return .= Skin::drawCategoryBrowser($parent, $skin) . ' &gt; ';

Status & tagging log