Magento: How to fix double ampersand "&" in product attributes in version 1.6
Magento v1.6 seems to have an annoying bug where by it double escapes the ampersand in product attributes.
If you have, for example, 'Love, Luck & Happiness' as a value of an attribute the following will occur:
'Love, Luck & Happiness' becomes 'Love, Luck & Happiness'.
This then gets double escaped to become:
'Love, Luck & Happiness'
Here's how to temporarily fix that.