Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Tag output
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
27 Apr 2012 at 18:10 UTC
Updated:
20 May 2012 at 01:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
damienmckennaPlease try the latest -dev version and let me know if it's still a problem.
Comment #2
Milkrow commentedI installed the 6.x-1.x-dev release of nodewords today and I'm still getting encoded characters in the keywords. Is there a setting for field inputs for this module that I can control somewhere that might be allowing me to input an encoded character by accident? Thanks for your help.
Comment #3
damienmckennaYeah, again it's check_plain() that's making the change. The question is, is this a problem for search engine parsing or is only a complication for someone reading the HTML?
Comment #4
damienmckennaGiven the tag outputs all use double-quotes for the attribute values, I figure it should be pretty safe to replace "'" with a single quote, it won't break the output.
Comment #5
damienmckennaCommitted, hope this helps.