From e56beb95fab70161da676cb5d28fd0abd06c11ac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 Aug 2011 18:05:14 +0400 Subject: fix wrong even/odd position in headlines buffer --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 04709805b..c705e9ca1 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 = ''; -- cgit v1.2.3