1
0
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:
Andrew Dolgov
2005-11-17 08:20:29 +01:00
parent b189569226
commit 7268adf7bd

View File

@@ -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";