summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-30 16:39:27 +0400
committerAndrew Dolgov <[email protected]>2011-03-30 16:39:27 +0400
commitccdddcc25139ee6fa7fdad395f111f6101b60a3a (patch)
treec55445027cdc2717f6b9cec15bcf1c1372c5795c /functions.php
parentadd81ec7a7557ca86298019b49280b7d93aea790 (diff)
hlClicked: allow opening originating article directly while middle-clicking on the headline title
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index f652cfe39..d33b30454 100644
--- a/functions.php
+++ b/functions.php
@@ -5042,7 +5042,7 @@
class=\"hlTitle\"><span class='hlContent$hlc_suffix'>";
$reply['content'] .= "<a id=\"RTITLE-$id\"
href=\"" . htmlspecialchars($line["link"]) . "\"
- onclick=\"return false;\">" .
+ onclick=\"\">" .
$line["title"];
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {