/includes/functions/general.php also needs this added;

////
//BOF - Zappo - Option Types v2 - Add function tep_decode_specialchars
// Decode string encoded with htmlspecialchars()
function tep_decode_specialchars($string){
$string=str_replace('>', '>', $string);
$string=str_replace('<', '