mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 18:44:26 +02:00
Fix code style
This commit is contained in:
parent
3d3e34865b
commit
27a7735c65
1 changed files with 37 additions and 37 deletions
|
@ -143,7 +143,7 @@ class HTML
|
|||
|
||||
$eventDispatcher = DI::eventDispatcher();
|
||||
|
||||
$message = Strings::performWithEscapedBlocks($message, '#<pre><code.*</code></pre>#iUs', function ($message) use($eventDispatcher) {
|
||||
$message = Strings::performWithEscapedBlocks($message, '#<pre><code.*</code></pre>#iUs', function ($message) use ($eventDispatcher) {
|
||||
$message = str_replace(
|
||||
[
|
||||
"<li><p>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue