From: Antoine Musso Date: Mon, 15 Aug 2005 18:09:03 +0000 (+0000) Subject: clean html source X-Git-Tag: 1.6.0~1957 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=7a6b8391fb47b2b152fac97e9d3317487500e8f0;p=lhc%2Fweb%2Fwiklou.git clean html source --- diff --git a/includes/Skin.php b/includes/Skin.php index d70e04b5d6..3481aa591e 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -451,7 +451,7 @@ END; foreach ($tree as $element => $parent) { if (empty($parent)) { # element start a new list - $return .= '
'; + $return .= "
\n"; } else { # grab the others elements $return .= Skin::drawCategoryBrowser($parent, $skin) . ' > ';