mirror of
https://github.com/friendica/friendica
synced 2025-04-26 12:30:11 +00:00
Fix: removed unneeded HTML escaping
This commit is contained in:
parent
5cc2dc7ca3
commit
8e87c5f05f
2 changed files with 1 additions and 3 deletions
|
@ -336,8 +336,6 @@ class HTML
|
|||
|
||||
$message = html_entity_decode($message, ENT_QUOTES, 'UTF-8');
|
||||
|
||||
$message = str_replace(["<"], ["<"], $message);
|
||||
|
||||
// remove quotes if they don't make sense
|
||||
$message = preg_replace('=\[/quote\][\s]*\[quote\]=i', "\n", $message);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue