]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
implement proof of concept postgresql pg_trgm N-gram based marking of similar article...
[tt-rss.git] / include / functions.php
index 1e527e70db0f735c627ce3ab0ad13932a34ddb4e..b14515bdd322ab2b50a11b8677f6aab67b9a8293 100644 (file)
                                        </head><body>";
                        }
 
+                       $rv['title'] = $line['title'];
+
                        $rv['content'] .= "<div id=\"PTITLE-$id\" style=\"display : none\">" .
                                truncate_string(strip_tags($line['title']), 15) . "</div>";