]> source.dussan.org Git - nextcloud-server.git/commitdiff
Includes <optgroup> tag
authorraghunayyar <me@iraghu.com>
Fri, 11 Oct 2013 13:22:27 +0000 (18:52 +0530)
committerraghunayyar <me@iraghu.com>
Fri, 11 Oct 2013 13:22:27 +0000 (18:52 +0530)
settings/templates/personal.php

index d76cb16763b8958b3472468062e25c274581a2c5..1be7be578d3069c5e0ba6cb8e04799608f37f93d 100644 (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']);?>