Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Tag output
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2011 at 06:30 UTC
Updated:
6 Jan 2012 at 12:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
damienmckennaThis patch was extracted from #803512: Support Open Graph Protocol meta tags.
Comment #3
damienmckennaThis makes all tags change to "properties" rather than "name".
Comment #4
damienmckennaIt's amazing what happens when you forget to include an equals sign when doing a comparison. This works better.
Comment #5
damienmckennaCommitted, and proper attribution given to sammys for the patch, given it came from his work in #803512: Support Open Graph Protocol meta tags.
Comment #7
damienmckennaRe-opening this as this really marks an API change.
Comment #8
damienmckennaI think this should do it - the minimum supported API version stays at 1.12 but the API itself has been bumped to 1.13 to support this new attribute. I've also documented in several places that this creates invalid XHTML and that the theme must be customized.
Comment #9
damienmckennaI committed this.