From 9bed90f8dca1597ed29bb2721f99e56a44d0f1a9 Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 15 Sep 2006 06:33:22 +0000 Subject: [PATCH] bugfix in js git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2587 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 192a661a1..ef648869e 100644 --- a/htroot/js/yacysearch.js +++ b/htroot/js/yacysearch.js @@ -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(""); var pos2=snippetText.indexOf(""); }