aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/user_list.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl
index 9eb14fa84..184322a06 100644
--- a/admin/themes/default/template/user_list.tpl
+++ b/admin/themes/default/template/user_list.tpl
@@ -221,7 +221,7 @@
<label><input type="radio" name="theme_action" value="leave" checked="checked"> {'leave'|@translate}</label>
<label><input type="radio" name="theme_action" value="set" id="theme_action_set"> {'set to'|@translate}</label>
<select onchange="document.getElementById('theme_action_set').checked = true;" name="theme" size="1">
- {html_options values=$theme_options output=$theme_options selected=$theme_selected}
+ {html_options options=$theme_options selected=$theme_selected}
</select>
</td>
</tr>