mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:35:55 +00:00
Revert "title escaping: do not double-encode entities"
This reverts commit d6ce708930.
This commit is contained in:
@@ -432,8 +432,7 @@ class Feeds extends Handler_Protected {
|
||||
$reply['content'] .= "<div onclick='return hlClicked(event, $id)'
|
||||
class=\"hlTitle\"><span class='hlContent$hlc_suffix'>";
|
||||
$reply['content'] .= "<a id=\"RTITLE-$id\"
|
||||
href=\"" . htmlspecialchars($line["link"], ENT_COMPAT | ENT_HTML401,
|
||||
'utf-8', false) . "\"
|
||||
href=\"" . htmlspecialchars($line["link"]) . "\"
|
||||
onclick=\"\">" .
|
||||
truncate_string($line["title"], 200);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user