:-) This isn't what I suggested (even though the submitter of the patch thought so).
@@ -691,16 +691,7 @@
$body = base64_decode($body);
}
- switch($show_html_default) {
- case '1': // Safe HTML
- // Philippe's code
- break;
- case '2': // Any HTML
- default: // No HTML
- $body = str_replace('<', '<', $body);
- }
+ // All other encodings are returned raw.
return $body;