mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 20:51:29 +00:00
reset $lnum on section change in prefs editor
This commit is contained in:
@@ -1597,6 +1597,8 @@
|
||||
print "<tr><td colspan=\"3\"><h3>$active_section</h3></td></tr>";
|
||||
// print "<tr class=\"title\">
|
||||
// <td width=\"25%\">Option</td><td>Value</td></tr>";
|
||||
|
||||
$lnum = 0;
|
||||
}
|
||||
|
||||
$class = ($lnum % 2) ? "even" : "odd";
|
||||
|
||||
Reference in New Issue
Block a user