Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2013-10-11 17:12:02 +0400
committerraghunayyar <me@iraghu.com>2013-10-11 17:12:02 +0400
commit4b2bb117168baf24ad14b8e27fa78200db223c5a (patch)
tree3356dcc06dd00acaaeebd40c2c84ab67b2c61dfb /settings
parenteb36ec754474cb052da68bbe0de075056b3b51f0 (diff)
Removes the Bogus Label
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index d10413dac3d..854cc93b4f4 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -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']);?>