Search found 1 match

by Tam
Thu Sep 09, 2004 8:22 am
Forum: Bug reports
Topic: category problem
Replies: 1
Views: 3882

category problem

Hello,
I'm using 1.4.1.

I created the category as
aaa
-bbb
--ccc
ddd
eee

It is displayed as
aaa
-bbb
--ccc
-ddd
-eee

I thought that "</ul>" was insufficient and corrected the script.

inc/category.php
before if ($this->treeTab[$y]["level"] < $open) {
$output .= "</li>\n".str_repeat("\t ...