Simplify plaintext creation

This commit is contained in:
Michael 2023-07-16 09:32:17 +00:00
parent 08dafd6d70
commit 01bbf40418
1 changed files with 1 additions and 3 deletions

View File

@ -671,9 +671,7 @@ class System
if (DI::config()->get('system', 'tosdisplay')) {
$rulelist = DI::config()->get('system', 'tosrules') ?: DI::config()->get('system', 'tostext');
$html = BBCode::convertForUriId(User::getSystemUriId(), $rulelist, BBCode::EXTERNAL);
$msg = HTML::toPlaintext($html, 0, true);
$msg = BBCode::toPlaintext($rulelist, false);
foreach (explode("\n", trim($msg)) as $line) {
$line = trim($line);
if ($line) {