mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Includes <optgroup> tag
This commit is contained in:
parent
7c2f1fd580
commit
02c7f95687
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ if($_['passwordChangeSupported']) {
|
|||
<?php p($language['name']);?>
|
||||
</option>
|
||||
<?php endforeach;?>
|
||||
<option class="languagedivider">-</option>
|
||||
<optgroup label="––––––––––"></optgroup>
|
||||
<?php foreach($_['languages'] as $language):?>
|
||||
<option value="<?php p($language['code']);?>">
|
||||
<?php p($language['name']);?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue