Skip to content
Snippets Groups Projects

Issue#3021619: Mail HTML to text prevent failure.

2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -192,11 +192,11 @@ public static function htmlToText($string, $allowed_tags = NULL) {
break;
case 'h3':
$indent[] = '.... ';
$indent[] = '---- ';
break;
case 'h4':
$indent[] = '.. ';
$indent[] = '-- ';
break;
case '/blockquote':
Loading