28 Apr
2008
28 Apr
'08
7:59 p.m.
Andrew is right: using bluemarine, the <ul> is wrapped in a <span>, which is an inline element. And as <ul> is a block element, this is invalid. ----- Original Message ----- From: "Nancy Wichmann" <nan_wich@bellsouth.net> To: <development@drupal.org> Sent: Monday, April 28, 2008 7:43 PM Subject: Re: [development] XHTML Validation
andrew morton wrote: "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." First, I forgot to mention that this is on 5.7.
Yes, it is on the Bluemarine theme. And "taxonomy/term" is about as core as you can get.
[...]