Removes the Bogus Label
This commit is contained in:
parent
eb36ec7544
commit
4b2bb11716
1 changed files with 0 additions and 3 deletions
|
@ -113,9 +113,6 @@ if($_['passwordChangeSupported']) {
|
|||
<?php p($language['name']);?>
|
||||
</option>
|
||||
<?php endforeach;?>
|
||||
<optgroup label="––––––––––">
|
||||
<option class="languagedivider">-</option>
|
||||
</optgroup>
|
||||
<?php foreach($_['languages'] as $language):?>
|
||||
<option value="<?php p($language['code']);?>">
|
||||
<?php p($language['name']);?>
|
||||
|
|
Loading…
Reference in a new issue