summaryrefslogtreecommitdiff
path: root/modules/pref-prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-17 21:39:51 +0300
committerAndrew Dolgov <[email protected]>2010-11-17 21:39:51 +0300
commitd69fa6d66afc03115682840e71619914449a2abc (patch)
tree4f2b0cc0817091794df87b590699ad258803a82f /modules/pref-prefs.php
parent1985a5e0d780c1d873085fd8b47ff59d3ef8335f (diff)
further pref-pane updates
Diffstat (limited to 'modules/pref-prefs.php')
-rw-r--r--modules/pref-prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index 18a336396..d8a1cb139 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -346,7 +346,7 @@
$themes = get_all_themes();
print "<td><select name=\"_THEME_ID\">";
- print "<option value=''>".__('Default')."</option>";
+ print "<option value='Default'>".__('Default')."</option>";
print "<option disabled>--------</option>";
foreach ($themes as $t) {