diff --git a/htroot/ConfigLanguage_p.java b/htroot/ConfigLanguage_p.java
index d140221bd..d20698a5d 100644
--- a/htroot/ConfigLanguage_p.java
+++ b/htroot/ConfigLanguage_p.java
@@ -132,7 +132,7 @@ public class ConfigLanguage_p {
//virtual entry
prop.put("langlist_0_file", "default");
prop.put("langlist_0_name", ((langNames.get("default") == null) ? "default" : (String) langNames.get("default")));
- prop.put("langlist_0_selected", "selected");
+ prop.put("langlist_0_selected", "selected=\"selected\"");
for(i=0;i<= langFiles.length-1 ;i++){
if(langFiles[i].endsWith(".lng")){
@@ -142,7 +142,7 @@ public class ConfigLanguage_p {
prop.put("langlist_"+(i+1)+"_file", langFiles[i]);
prop.put("langlist_"+(i+1)+"_name", ((langName == null) ? langKey : langName));
if(env.getConfig("locale.language", "default").equals(langKey)) {
- prop.put("langlist_"+(i+1)+"_selected", "selected");
+ prop.put("langlist_"+(i+1)+"_selected", "selected=\"selected\"");
prop.put("langlist_0_selected", " "); // reset Default
} else {
prop.put("langlist_"+(i+1)+"_selected", " ");
diff --git a/htroot/ConfigNetwork_p.html b/htroot/ConfigNetwork_p.html
index 5ebce9bdd..3ea36c62f 100644
--- a/htroot/ConfigNetwork_p.html
+++ b/htroot/ConfigNetwork_p.html
@@ -74,7 +74,7 @@
- .
+ .
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html
index 7b18c2901..e1642dacc 100644
--- a/htroot/PerformanceMemory_p.html
+++ b/htroot/PerformanceMemory_p.html
@@ -78,8 +78,8 @@
-
EcoTable RAM Index:
Words in RAM cache: (Size in KBytes) |
- #[wordCacheWSize]# (#[wordCacheWSizeKBytes]# KB) |
- #[wordCacheKSize]# (#[wordCacheKSizeKBytes]# KB) |
+ Words in RAM cache: (Size in KBytes) |
+ #[wordCacheWSize]# (#[wordCacheWSizeKBytes]# KB) |
+ #[wordCacheKSize]# (#[wordCacheKSizeKBytes]# KB) |
This is the current size of the word caches. The indexing cache speeds up the indexing process, the DHT cache holds indexes temporary for approval. |