1
0
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:
Andrew Dolgov
2005-11-29 11:33:00 +01:00
parent 36aab70f08
commit 42918a0765
3 changed files with 33 additions and 7 deletions

View File

@@ -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>";