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