1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 22:05:56 +00:00

packed headlines: no point in using JSON here

This commit is contained in:
Andrew Dolgov
2018-11-30 13:56:33 +03:00
parent 7673331850
commit b9585004e6
3 changed files with 12 additions and 82 deletions

View File

@@ -496,7 +496,7 @@ class Feeds extends Handler_Protected {
}
}
$content_encoded = htmlspecialchars(json_encode($line["content"]));
$content_encoded = htmlspecialchars($line["content"]);
$tmp_content = "<div class=\"cdm expanded $hlc_suffix $class\"
id=\"RROW-$id\" data-content=\"$content_encoded\" data-article-id='$id' data-orig-feed-id='$feed_id' $mouseover_attrs>";