mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:10:11 +00:00
Improve whitespace display from/to BBCode/HTML
This commit is contained in:
parent
a5bf37fd98
commit
96ed7525b7
2 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ class HTML
|
|||
$prefix = '[code=' . $matches[1] . ']';
|
||||
}
|
||||
|
||||
$codeblocks[] = $prefix . trim($matches[2]) . '[/code]';
|
||||
$codeblocks[] = $prefix . PHP_EOL . trim($matches[2]) . PHP_EOL . '[/code]';
|
||||
return $return;
|
||||
},
|
||||
$message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue