summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-06 11:09:45 +0400
committerAndrew Dolgov <[email protected]>2013-02-06 11:09:45 +0400
commit38325ad6d181b276ecf851062be8cda1e58105b7 (patch)
tree48a9f542e40dbba350d7625ae40d893315606824 /include
parent0a3fd79b0e0ae42d7203114d62bf266c97550555 (diff)
remove tt-rss tabcontrol
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index c32d31f6d..b2d93acde 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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"];