diff options
-rw-r--r-- | template/yoga/admin/user_list.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl index 1483e80f4..427dbc052 100644 --- a/template/yoga/admin/user_list.tpl +++ b/template/yoga/admin/user_list.tpl @@ -303,8 +303,8 @@ <p> {lang:target} - <label><input type="radio" name="target" value="all" /> {lang:all} - <label><input type="radio" name="target" value="selection" checked="checked" /> {lang:selection} + <label><input type="radio" name="target" value="all" /> {lang:all}</label> + <label><input type="radio" name="target" value="selection" checked="checked" /> {lang:selection}</label> </p> <p> |