diff --git a/src/Module/Debug/Babel.php b/src/Module/Debug/Babel.php index b9b629f073..19e3ec2131 100644 --- a/src/Module/Debug/Babel.php +++ b/src/Module/Debug/Babel.php @@ -160,7 +160,7 @@ class Babel extends BaseModule 'content' => visible_whitespace($markdown) ]; - $text = Text\HTML::toPlaintext($html); + $text = Text\HTML::toPlaintext($html, 0); $results[] = [ 'title' => L10n::t('HTML::toPlaintext'), 'content' => '
' . $text . '
'