outputHeadlinesList: fix initial row class when adding more rows
This commit is contained in:
parent
a49f5e055e
commit
4ab4d3640b
|
@ -4225,7 +4225,7 @@
|
|||
cellspacing=\"0\">";
|
||||
}
|
||||
|
||||
$lnum = 0;
|
||||
$lnum = $limit*$offset;
|
||||
|
||||
error_reporting (DEFAULT_ERROR_LEVEL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue