On Mon, Apr 28, 2008 at 10:17 AM, Nancy Wichmann <nan_wich@bellsouth.net> wrote:
I think I'm missing something here. Because of an issue posted against one of my modules, I was doing XHTML validation and kept getting some errors. The part that had trouble was basically a taxonomy/term output. So I then had it validate a plain taxonomy/term page and it failed. "<ul class="links inline">" is not valid where it occurs.
Surely this is not real - it has to be something I'm doing wrong. What might it be?
Without seeing the exact error I'd guess that you've got a block element inside a non-block element. If this is a core theme open an issue against it. If it's a contrib theme... well be happy that the only validation error you ran into ;) andrew