tweak tag detection (use all rel='tag' links)

This commit is contained in:
Andrew Dolgov 2007-05-14 07:53:02 +01:00
parent a349077cc4
commit 40e1a95b20
1 changed files with 2 additions and 2 deletions

View File

@ -823,11 +823,11 @@
}
/* taaaags */
// <a href="http://technorati.com/tag/Xorg" rel="tag">Xorg</a>, //
// <a href="..." rel="tag">Xorg</a>, //
$entry_tags = null;
preg_match_all("/<a.*?href=.http:\/\/.*?technorati.com\/tag\/([^\"\'>]+)/i",
preg_match_all("/<a.*?rel=['\"]tag['\"].*?>([^<]+)<\/a>/i",
$entry_content_unescaped, $entry_tags);
// print "<br>$entry_title : $entry_content_unescaped<br>";