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
1 changed files with 2 additions and 0 deletions

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