fix viewing feed from category view
This commit is contained in:
parent
d4eec882c0
commit
faf40998b3
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@
|
||||||
if ($line["feed_title"]) {
|
if ($line["feed_title"]) {
|
||||||
print "<td class='hlContent'>$content_link</td>";
|
print "<td class='hlContent'>$content_link</td>";
|
||||||
print "<td class='hlFeed'>
|
print "<td class='hlFeed'>
|
||||||
<a href='javascript:viewfeed($feed_id)'>".
|
<a href=\"javascript:viewfeed($feed_id, '', false)\">".
|
||||||
$line["feed_title"]."</a> </td>";
|
$line["feed_title"]."</a> </td>";
|
||||||
} else {
|
} else {
|
||||||
print "<td class='hlContent' valign='middle'>";
|
print "<td class='hlContent' valign='middle'>";
|
||||||
|
|
Loading…
Reference in a new issue