summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-29 23:04:27 +0400
committerAndrew Dolgov <[email protected]>2013-03-29 23:04:27 +0400
commita7c0e150b62c65d4941e6af2780ca89966dce35c (patch)
treeae15dcbfc938af8ac30969a574b84fcb921c0427 /classes/feeds.php
parent9f8b2e6ea821da4b958b20f5c4c957b846021b76 (diff)
fix invisible active headline in 3pane mode
Diffstat (limited to 'classes/feeds.php')
-rw-r--r--classes/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index ddf48c4c5..2b00b848d 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -462,7 +462,7 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<div onclick='return hlClicked(event, $id)'
class=\"hlTitle\"><span class='hlContent$hlc_suffix'>";
- $reply['content'] .= "<a id=\"RTITLE-$id\"
+ $reply['content'] .= "<a id=\"RTITLE-$id\" class=\"title\"
href=\"" . htmlspecialchars($line["link"]) . "\"
onclick=\"\">" .
truncate_string($line["title"], 200);