When adding an item via an amazon cck field, the name is not properly decoded before display. Instead of showing (for example):
"Mac OS X Developer's Guide"
The following is shown:
"Mac OS X Developer&039;s Guide"

Removing the calls to check_plain on lines 16, 24, and 31 of amazon.theme.inc will "correct" the problem.

Comments

eaton’s picture

Status: Active » Fixed

In several situations, check_plain() was not needed, as it's being passed through l(). In other locations i'm putting it through filter_xss() now. There are some major changes to the theme coming along now -- the next version will be more tpl.php driven and should be a bit easier to work with.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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