From: Andrew Dolgov Date: Mon, 14 May 2007 06:53:02 +0000 (+0100) Subject: tweak tag detection (use all rel='tag' links) X-Git-Tag: schema_freeze_for_1.2.11~61 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=40e1a95b20a44354126ab3b0ec4a87e42e16e483;p=tt-rss.git tweak tag detection (use all rel='tag' links) --- diff --git a/functions.php b/functions.php index 6d3a2cac..f528edc9 100644 --- a/functions.php +++ b/functions.php @@ -823,11 +823,11 @@ } /* taaaags */ - // , // + // , // $entry_tags = null; - preg_match_all("/]+)/i", + preg_match_all("/([^<]+)<\/a>/i", $entry_content_unescaped, $entry_tags); // print "
$entry_title : $entry_content_unescaped
";