From: Andrew Dolgov Date: Fri, 16 May 2008 12:28:11 +0000 (+0100) Subject: allow selecting headlines in normal mode by clicking on hlContent or hlUpdated td X-Git-Tag: 1.2.23-final~111 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e266e7870d4c1ccc4b1a6e2e0209316885dc24df;p=tt-rss.git allow selecting headlines in normal mode by clicking on hlContent or hlUpdated td --- diff --git a/functions.php b/functions.php index ac949dd4..6e6903d1 100644 --- a/functions.php +++ b/functions.php @@ -4953,7 +4953,7 @@ # truncate_string($line["feed_title"],30)." "; # } else { - print ""; + print ""; print "" . $line["title"]; @@ -4983,7 +4983,7 @@ # } - print "$updated_fmt "; + print "$updated_fmt "; print "$score_pic";