|
|
@ -446,10 +446,10 @@ class Feeds extends Handler_Protected {
|
|
|
|
$reply['content'] .= "<span class=\"hlUpdated\">";
|
|
|
|
$reply['content'] .= "<span class=\"hlUpdated\">";
|
|
|
|
|
|
|
|
|
|
|
|
if (@$line["feed_title"]) {
|
|
|
|
if (@$line["feed_title"]) {
|
|
|
|
$reply['content'] .= "<span class=\"hlFeed\">
|
|
|
|
$reply['content'] .= "<div class=\"hlFeed\">
|
|
|
|
<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
|
|
|
|
<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
|
|
|
|
$line["feed_title"]."</a><br/>
|
|
|
|
$line["feed_title"]."</a>
|
|
|
|
</span>";
|
|
|
|
</div>";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$reply['content'] .= "$updated_fmt</span>";
|
|
|
|
$reply['content'] .= "$updated_fmt</span>";
|
|
|
|