From: Hypolite Petovan Date: Wed, 2 Aug 2023 14:59:46 +0000 (+0200) Subject: Escape HTML in display names for inclusion in syndication link tags X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cc7fce3d363691774cd1f140588db351fa60e3db;p=friendica.git Escape HTML in display names for inclusion in syndication link tags - Thanks to Laura Pîrcălăboiu for the report --- diff --git a/src/Module/Profile/Conversations.php b/src/Module/Profile/Conversations.php index b53c2d1ab8..cda8f03f9b 100644 --- a/src/Module/Profile/Conversations.php +++ b/src/Module/Profile/Conversations.php @@ -103,10 +103,10 @@ class Conversations extends BaseProfile $this->page['htmlhead'] .= '' . "\n"; } - $this->page['htmlhead'] .= '' . "\n"; - $this->page['htmlhead'] .= '' . "\n"; - $this->page['htmlhead'] .= '' . "\n"; - $this->page['htmlhead'] .= '' . "\n"; + $this->page['htmlhead'] .= '' . "\n"; + $this->page['htmlhead'] .= '' . "\n"; + $this->page['htmlhead'] .= '' . "\n"; + $this->page['htmlhead'] .= '' . "\n"; $category = $datequery = $datequery2 = '';