X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fplaintext.php;h=92ba8a27564bc9f0b182f6f96a92239528b3314f;hb=39ce0231589b7fffeb501c50d23eb52ca601ebed;hp=559e0a0e83e13a0fc7d4cfa387a5ad13284c7e2d;hpb=247f866655440bac8f3cd8b1eecdaeb08400ae3a;p=friendica.git diff --git a/include/plaintext.php b/include/plaintext.php index 559e0a0e83..92ba8a2756 100644 --- a/include/plaintext.php +++ b/include/plaintext.php @@ -116,6 +116,8 @@ function get_attachment_data($body) { if ($matches[1] != "") $url = $matches[1]; + $url = html_entity_decode($url, ENT_QUOTES, 'UTF-8'); + if ($url != "") $data["url"] = $url;