summaryrefslogtreecommitdiff
path: root/html/widgets/list.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'html/widgets/list.tmpl')
-rw-r--r--html/widgets/list.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/widgets/list.tmpl b/html/widgets/list.tmpl
index ca482c8..a4bdcf2 100644
--- a/html/widgets/list.tmpl
+++ b/html/widgets/list.tmpl
@@ -19,12 +19,12 @@
<?% sel = '' %?>
<?% dis = '' %?>
<?% FOREACH valch = values %?>
- <?% IF (valch == l.1 || valch == l.0) %?>
+ <?% IF valch == l.1 %?>
<?% sel = ' selected="selected"';LAST %?>
<?% END %?>
<?% END %?>
<?% FOREACH valch = data.disabled %?>
- <?% IF (valch == l.1 || valch == l.0) %?>
+ <?% IF valch == l.1 %?>
<?% dis = ' disabled="disabled"';LAST %?>
<?% END %?>
<?% END %?>