Remove wrap length in Babel HTML::toPlaintext display

This commit is contained in:
Hypolite Petovan 2019-08-06 21:23:09 -04:00
parent d32de58e34
commit 66d4e5ce5f
1 changed files with 1 additions and 1 deletions

View File

@ -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' => '<pre>' . $text . '</pre>'