right dhtml.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2568 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent ef751b9d33
commit 13d0cff257

@ -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)

Loading…
Cancel
Save