Includes <optgroup> tag

This commit is contained in:
raghunayyar 2013-10-11 18:52:27 +05:30
parent 7c2f1fd580
commit 02c7f95687

View file

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