From: Andrew Dolgov Date: Thu, 4 Aug 2011 14:05:14 +0000 (+0400) Subject: fix wrong even/odd position in headlines buffer X-Git-Tag: 1.5.6~59 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e56beb95fab70161da676cb5d28fd0abd06c11ac;p=tt-rss.git fix wrong even/odd position in headlines buffer --- diff --git a/functions.php b/functions.php index 04709805..c705e9ca 100644 --- a/functions.php +++ b/functions.php @@ -5047,7 +5047,7 @@ if (db_num_rows($result) > 0) { - $lnum = $offset+1; + $lnum = $offset; $num_unread = 0; $cur_feed_title = '';