Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2011 at 05:37 UTC
Updated:
7 Dec 2015 at 21:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidPlease test the following patch.
Comment #2
dave reidNevermind I found that this was a little higher up: please test the latest development releases of the Metatag *and* Token modules in a day or so once they regenerate.
Comment #3
Vlad Stratulat commentedThank you Dave. It's working!
Comment #4
marikomay commentedWorks for me. Thank you!
Comment #6
rickdrup commentedIs there was any reason why this fix wasn't carried over into current (beta9) version of Metatag? I seem to be having the same problem as described above with beta9 verion of metatag and when I apply this patch to the current code, the issue appears to be fixed.
Comment #7
damienmckenna@rickdrup: The code has changed quite a bit in three years, please follow #2202031: Metatag and html tags encoding.
Comment #8
anybodyI'm sorry to tell you that this issue is open again in the latest 7.x-1.x-dev release!
The current stable release works.
The page title "Über uns" (German "Ü") seems to be double-encoded. Downgrade fixes it!
Comment #9
damienmckennaI've reproduced the problem and am handling it over in #2564483: Cannot translate metatags after last update anymore.
Comment #10
damienmckennaFYI despite the fact that I had tests to make sure it was working correctly, the tests were not checking the output of double-encoded strings coming through tokens. Doh. So I've fixed that.