1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:25:54 +00:00

fix invisible active headline in 3pane mode

This commit is contained in:
Andrew Dolgov
2013-03-29 23:04:27 +04:00
parent 9f8b2e6ea8
commit a7c0e150b6
3 changed files with 24 additions and 22 deletions

View File

@@ -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);