Closed (outdated)
Project:
Integrated Metatags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2009 at 13:35 UTC
Updated:
25 Sep 2020 at 08:26 UTC
Jump to comment: Most recent
Comments
Comment #1
avpadernoHow do you expect them to show up in the HTML code?
Comment #2
Docc commentedSame problem here.
for example: 'link popularity'
comes out like:
'link popularity'how about not converting to html characters :)
Comment #3
avpadernoThe OP was not clear because the text contained HTML entities, which were rendered to the equivalent characters. I edited the posts to show the HTML entities as plain text.
To show a HTML entity in a issue report without it is converted, remember to insert it as <code>&</code>aring;, or <code>&</code>#039;.
Comment #4
fractile81 commentedAt the very least, I have to escape the double-quote. I'll have to look myself, but can you find any documentation that supports not encoding such values?
Comment #5
avpadernoOn the W3C website, the value passed for the content attribute is reported to be CDATA (http://www.w3.org/TR/html4/struct/global.html#edef-META), which means that:
I would think that is exactly the opposite of what suggested: the browser should replace the character entities before to use the meta tags.
Comment #6
fractile81 commented@KiamLaLuno: so, to just make sure I'm reading things right, the character entities I'm doing for ", ', etc. should be totally valid. Correct?
For those that noticed this being a problem, how are you using the tags? Do you have an example of how this is actually breaking something (e.g. Google search results)?
Comment #7
avpaderno@fractile81: You are understanding correctly.
It would be interesting to know how the meta tags set with the module are used. Any browser should be able to correctly show the meta tags, even if they contain entities.
To notice that the link I reported refers to HTML 4.0, and it is still valid for XHTML too. I would expect that any browser is able to correctly handle the meta tags, by now.
Comment #8
avpadernoI am closing this issue, which is for a not supported Drupal version.