mirror of
https://github.com/friendica/friendica
synced 2025-04-24 08:30:11 +00:00
Some removed escapeTags calls
This commit is contained in:
parent
0e2e488521
commit
23b10cf2ae
16 changed files with 39 additions and 50 deletions
|
@ -366,7 +366,7 @@ class Item
|
|||
public static function guid($item, $notify)
|
||||
{
|
||||
if (!empty($item['guid'])) {
|
||||
return Strings::escapeTags(trim($item['guid']));
|
||||
return trim($item['guid']);
|
||||
}
|
||||
|
||||
if ($notify) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue