I'm trying to get my categories tree look similar to my previous template, with the post count in normal text after the link with the category name. However, I haven't yet found where this line is created.
Now, what I have is this (in pseudo-html):
[a href...]Category name (post count)[/a]
What I want:
[a href...]Category name[/a] (post count)
Where can I change this?