You don't have Cat Dressing active now, so I can't check it live, but your view source before should have looked like
Code:
</ul>
<hr id="catBoxDivider" />
<ul class="catLinks">
not
Code:
</ul><hr id="catBoxDivider" /><ul class="catLinks">
That's what the \n is supposed to do, and one of them apparently was giving an unknown character output while the second one was being ignored.
What have you been using to edit files?
Bookmarks