1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 16:49:15 +00:00

remove tt-rss tabcontrol

This commit is contained in:
Andrew Dolgov
2013-02-06 11:09:45 +04:00
parent 0a3fd79b0e
commit 38325ad6d1
5 changed files with 15 additions and 80 deletions

View File

@@ -2910,7 +2910,7 @@
$rv['content'] .= "<div class=\"postReply\" id=\"POST-$id\">";
$rv['content'] .= "<div onclick=\"return postClicked(event, $id)\"
$rv['content'] .= "<div onclick=\"return hlClicked(event, $id)\"
class=\"postHeader\" id=\"POSTHDR-$id\">";
$entry_author = $line["author"];