Closed (fixed)
Project:
Metatag
Version:
7.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2013 at 05:58 UTC
Updated:
24 Mar 2013 at 17:43 UTC
I used translation module to translate the node. The title of a page comes with tag. When I go to that page, the title will print unexpectedly just like the 1st picture. When I look at the code on 2nd picture, the tag messed up the meta tags. That caused the page with unexpected output.
| Comment | File | Size | Author |
|---|---|---|---|
| related_source.png | 33.79 KB | pyyick | |
| unusual_display.png | 4.41 KB | pyyick |
Comments
Comment #1
damienmckennaThis problem has been fixed in the current codebase, e.g. assigning the title
<em class="monkey">Something funny!</em>results in the following meta tags:Note that Drupal core also adds the following meta tag:
<meta content="&lt;em class=&quot;monkey&quot;&gt;Something funny!&lt;/em&gt;" about="/blog/test" property="dc:title" />Customizing this is part of #1304038: Need to be able to disable meta tags provided by core (generator, shortcut icon, shortlink).
Comment #2
damienmckennaNow that Metatag v7.x-1.0-beta5 is out am closing this to keep the issue queue clean.