Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2012 at 01:01 UTC
Updated:
26 Dec 2012 at 01:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
cdoyle commentedLine 125 of the metatag_twitter_cards.metatag.inc should use 'DrupalTextMetaTag' instead of 'DrupalLinkMetaTag'.
Comment #2
damienmckennaAh, I used DrupalLinkMetaTag instead of DrupalTextMetaTag for several items. Looking at it further, I think the classes are incorrectly named, but that's a different issue.
Comment #3
cdoyle commentedYeah, that very well could be. I was only using twitter:image so that's the only one I noticed/patched but it does look like there are other instances.
Comment #4
damienmckennaCommitted! Thanks for finding this, cdoyle.