Remove wrap length in Babel HTML::toPlaintext display
This commit is contained in:
@@ -160,7 +160,7 @@ class Babel extends BaseModule
|
|||||||
'content' => visible_whitespace($markdown)
|
'content' => visible_whitespace($markdown)
|
||||||
];
|
];
|
||||||
|
|
||||||
$text = Text\HTML::toPlaintext($html);
|
$text = Text\HTML::toPlaintext($html, 0);
|
||||||
$results[] = [
|
$results[] = [
|
||||||
'title' => L10n::t('HTML::toPlaintext'),
|
'title' => L10n::t('HTML::toPlaintext'),
|
||||||
'content' => '<pre>' . $text . '</pre>'
|
'content' => '<pre>' . $text . '</pre>'
|
||||||
|
|||||||
Reference in New Issue
Block a user