Closed (won't fix)
Project:
Drupal core
Version:
5.x-dev
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2006 at 12:05 UTC
Updated:
21 Jun 2011 at 23:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
lvadillo commentedThis I found thanks to the Drupal search system, it's terribly old.
If it's that simple to fix, can someone who know how to do it please. I cannot work with non W3C compliant pages, something quite important nowadays.
Thank you.
Comment #2
be9 commentedIt's due to theme_links() function, which by default renders links in a
.
This can be redefined inside your theme.
Comment #3
be9 commentedOops, forgot the code tag.
I meant, it's theme_links() that renders an
<ul>Comment #4
beginner commentedI confirm that the problem is with bluemarine and pushbutton.
Garland already use div instead of span.
I checked style.css: it's theming
.node .taxonomyso having a span or a div won't make a difference.Comment #5
beginner commentedThe same patch applies cleanly on D6, too.
Please apply on HEAD, and backport to D5.
Comment #6
gábor hojtsyFixed in HEAD, moving to 5.x.
Comment #7
recidive commentedMarked #252277: Taxonomy term page fails to validate with Bluemarine as duplicate of this one.
Comment #8
nancydruHmm, this was available before several 5.x versions and hasn't rolled out yet? I wasted several hours on this today when I should have been working on the real issue.
Comment #9
fgmThis patches fixes the XHTML grammar problem, but changes the display: the terms are displayed below the title instead of remaining on the far right (at least in Opera).
The hackish patch I did on #25277 fixes that too, but should be improved, probably by moving the "inline" specification to style.css
Comment #10
recidive commented"This patches fixes the XHTML grammar problem, but changes the display: the terms are displayed below the title instead of remaining on the far right (at least in Opera)."
Ok, do you experience this issue on Drupal 6 and HEAD on Opera?
If so, we need to patch HEAD with a full solution, i.e. adding some lines to style.css, then backport to Drupal 6 and 5.
Comment #11
fgmD6 and HEAD have the same UI bug as D5 with this patch applied. Neither looks like the original D5 : the terms are below the node info instead of being flush right with it.
Comment #12
dpearcefl commentedConsidering the time elapsed between now and the last comment plus the fact that D5 is no longer supported, I am closing this ticket.