bugfix in js

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2587 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent b0e8ff6eda
commit 9bed90f8dc

@ -56,7 +56,7 @@ function handleState(req) {
tmpNode.appendChild(tmpNode2);
span.appendChild(tmpNode)
snippetText=substring(pos2+4)
snippetText=snippetText.substring(pos2+4)
var pos=snippetText.indexOf("<b>");
var pos2=snippetText.indexOf("</b>");
}

Loading…
Cancel
Save