feed browser: use title from cache table
This commit is contained in:
parent
81731791d4
commit
9530efa1b5
1 changed files with 1 additions and 1 deletions
|
@ -1613,7 +1613,7 @@
|
|||
|
||||
$rv .= "<li title=\"".htmlspecialchars($details["site_url"])."\"
|
||||
id=\"FBROW-".$details["id"]."\">$check_box".
|
||||
"$feed_icon $feed_url " . htmlspecialchars($details["title"]) .
|
||||
"$feed_icon $feed_url " . htmlspecialchars($line["title"]) .
|
||||
" <span class='subscribers'>($subscribers)</span>
|
||||
$site_url</li>";
|
||||
|
||||
|
|
Loading…
Reference in a new issue