Forums / Cotonti / Support / Parsing Extra fields as HTML

Trustmaster
#23460 2010-03-10 03:59
You can hack it a bit. In system/functions.php, function sed_build_extrafields_data(), line 1228:
$value = htmlspecialchars($value);
You can just comment or try playing with this function in some other way.
May the Source be with you!