Closed (fixed)
Project:
Amazon Product Advertisement API
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2008 at 15:22 UTC
Updated:
19 Jun 2008 at 03:51 UTC
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
Comment #1
eaton commentedIn 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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.