]> git.wh0rd.org - tt-rss.git/blobdiff - classes/feeds.php
packed headlines: no point in using JSON here
[tt-rss.git] / classes / feeds.php
index fd3d8f757cfda1e91312ad9214db1f1084c7eb00..2bd9b0e6573f7afc0b6c3d4551b287bd262fdf56 100755 (executable)
@@ -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>";