mirror of
https://github.com/friendica/friendica
synced 2025-04-30 14:24:22 +02:00
Merge pull request #10956 from annando/escapetags
Some removed escapeTags calls
This commit is contained in:
commit
edcfeaf66d
16 changed files with 39 additions and 50 deletions
|
@ -1996,8 +1996,6 @@ class Probe
|
|||
$data["name"] .= $perspart->text;
|
||||
}
|
||||
}
|
||||
|
||||
$data["name"] = Strings::escapeTags($data["name"]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue