From 3ef91a3bc92693d547656801bdae4e8950dafab5 Mon Sep 17 00:00:00 2001 From: lulabad Date: Sat, 9 Feb 2008 15:24:07 +0000 Subject: [PATCH] fixed more XHTML strict errors git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4467 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/ConfigLanguage_p.java | 4 ++-- htroot/ConfigNetwork_p.html | 2 +- htroot/PerformanceMemory_p.html | 4 ++-- htroot/PerformanceQueues_p.html | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) 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 @@ -

-

auto-reload graph

+

PerformanceGraph

+

auto-reload graph

EcoTable RAM Index:

diff --git a/htroot/PerformanceQueues_p.html b/htroot/PerformanceQueues_p.html index 588fb2007..6a7941460 100644 --- a/htroot/PerformanceQueues_p.html +++ b/htroot/PerformanceQueues_p.html @@ -84,9 +84,9 @@ - - - + + +
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.