After read this post http://drupal.org/node/115158 i thought that this issue shouldn't occur, but the meta data on my site is getting the encoded characters output and I've checked the input an its not using those characters. I just uploaded the latest version of nodewords (6.x-1.13-rc2) and its still occuring after I run update. I'm noticing that this is also happening in the page titles. If this issue isn't specific to nodewords, might you be able to give me a hint as to where to check to eliminate this issue? Thank you for any help.

Comments

damienmckenna’s picture

Status: Needs review » Postponed (maintainer needs more info)

Please try the latest -dev version and let me know if it's still a problem.

Milkrow’s picture

Version: 6.x-1.13-rc2 » 6.x-1.x-dev
StatusFileSize
new20.27 KB
new10.12 KB

I 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.

damienmckenna’s picture

Status: Postponed (maintainer needs more info) » Active

Yeah, 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?

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new632 bytes

Given 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.

damienmckenna’s picture

Status: Needs review » Fixed

Committed, hope this helps.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.