Remove wrap length in Babel HTML::toPlaintext display
This commit is contained in:
parent
d32de58e34
commit
66d4e5ce5f
1 changed files with 1 additions and 1 deletions
|
@ -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>'
|
||||
|
|
Loading…
Reference in a new issue