mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 12:11:29 +00:00
show only 4 tags in article view, possibly improve tag detection
This commit is contained in:
@@ -431,7 +431,7 @@
|
||||
|
||||
$entry_tags = null;
|
||||
|
||||
preg_match_all("/<a.*?rel=.tag.*?>([^>]+)<\/a>/i",
|
||||
preg_match_all("/<a.*?href=.http:\/\/technorati.com\/tag\/([^\"\'>]+)/i",
|
||||
$entry_content_unescaped, $entry_tags);
|
||||
|
||||
// print "<br>$entry_title : $entry_content_unescaped<br>";
|
||||
|
||||
Reference in New Issue
Block a user