mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 00:21:28 +00:00
fix wrong even/odd position in headlines buffer
This commit is contained in:
@@ -5047,7 +5047,7 @@
|
||||
|
||||
if (db_num_rows($result) > 0) {
|
||||
|
||||
$lnum = $offset+1;
|
||||
$lnum = $offset;
|
||||
|
||||
$num_unread = 0;
|
||||
$cur_feed_title = '';
|
||||
|
||||
Reference in New Issue
Block a user