Removes the Bogus Label

This commit is contained in:
raghunayyar 2013-10-11 18:42:02 +05:30
parent eb36ec7544
commit 4b2bb11716
1 changed files with 0 additions and 3 deletions

View File

@ -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']);?>