I don't know if this is ZC or php (or even something else).
I added a Categories Description in HTML mode with 2 tags at the start of the text:
and associated closing tags:Code:<p><font face="Verdana" size="2">
When clicking a category the page would display with the description and the sub-cats. Some category pages were fine, but others display the sub-categories in a different typeface than the default.Code:</font></p>
I found the problem cats had a space between the end of the text and the </font>.
The code was ignoring both the </font> and the </p> tags. This was cleary seen using the browser "view source" for the page.Code:<p><font face="Verdana" size="2">This is a desc of the category. </font></p>
This is NOT at all a big issue. Just a report of a "gotcha" that I found.





