Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
theme system
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Oct 2009 at 21:09 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
effulgentsia commentedIt's really a no-brainer and I don't know how I missed it in the earlier issue. All the tpl file already have a div for the content, and that's the div that should be used for RDF attributes that describe the content of the entity as opposed to the entire entity. The current RDF patch gets around it by putting an extra div around the content where it needs it, but this way, we can remove redundant divs.
Comment #2
sunMakes perfectly sense.
Comment #3
sunComment #4
moshe weitzman commented+1 from me too
Comment #5
scor commentedI confirm this solves the intended issue. already committed as part of #493030: RDF #1: core RDF module
EDIT: I meant included for now in the patch #493030: RDF #1: core RDF module until this is committed.
Comment #6
sunSlight confusion about the term "committed", I guess.
Comment #7
dries commentedLooks good to me, committed to CVS HEAD. Thanks!
Comment #9
scor commentedThe patch #1 didn't cover user-profile.tpl.php. Tests included.
Comment #10
scor commentedfix documentation
Comment #11
sun4?
Please remove this blank line.
Powered by Dreditor.
Comment #12
scor commentedaddressed sun's review.
Comment #13
sunThanks!
Comment #14
webchickYay! The first RDF patch I understand! ;)
Committed to HEAD.