Avoid double encoding of the attachment content
This commit is contained in:
parent
f351391f17
commit
8c42e2e62e
|
@ -705,7 +705,7 @@ class BBCode
|
|||
}
|
||||
|
||||
if ($data["description"] != "" && $data["description"] != $data["title"]) {
|
||||
$return .= sprintf('<blockquote>%s</blockquote>', trim(BBCode::convert($data["description"])));
|
||||
$return .= sprintf('<blockquote>%s</blockquote>', trim($data["description"]));
|
||||
}
|
||||
|
||||
if ($data["type"] == "link") {
|
||||
|
|
Loading…
Reference in New Issue
Block a user