diff options
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php index deffe168323..6113337f4ee 100644 --- a/settings/templates/users.php +++ b/settings/templates/users.php @@ -55,7 +55,7 @@ $_['subadmingroups'] = array_flip($items); <?php p($_['default_quota']);?> </option> <?php endif;?> - <option value='other'> + <option data-new value='other'> <?php p($l->t('Other'));?> ... </option> |