From 13d0cff257dbcd18193049674b8aa3363a811bde Mon Sep 17 00:00:00 2001 From: allo Date: Wed, 13 Sep 2006 14:02:34 +0000 Subject: [PATCH] right dhtml. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2568 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/js/yacysearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/js/yacysearch.js b/htroot/js/yacysearch.js index 9f717702b..192a661a1 100644 --- a/htroot/js/yacysearch.js +++ b/htroot/js/yacysearch.js @@ -53,7 +53,7 @@ function handleState(req) { //add the bold text tmpNode=document.createElement("strong") tmpNode2=document.createTextNode(snippetText.substring(pos+3,pos2)); - tmpNode = tmpNode + tmpNode2; + tmpNode.appendChild(tmpNode2); span.appendChild(tmpNode) snippetText=substring(pos2+4)