diff --git a/htroot/js/yacysearch.js b/htroot/js/yacysearch.js index ce23eb5d4..e30c7ce5f 100644 --- a/htroot/js/yacysearch.js +++ b/htroot/js/yacysearch.js @@ -69,7 +69,7 @@ function addHover() { } function statistics(offset, items, global, total) { - document.getElementById("offset").firstChild.nodeValue = offset; + document.getElementById("resultsOffset").firstChild.nodeValue = offset; document.getElementById("itemscount").firstChild.nodeValue = items; document.getElementById("globalcount").firstChild.nodeValue = global; document.getElementById("totalcount").firstChild.nodeValue = total; diff --git a/htroot/yacysearch.html b/htroot/yacysearch.html index 0e0b5eac4..40dd0ca2b 100644 --- a/htroot/yacysearch.html +++ b/htroot/yacysearch.html @@ -99,7 +99,7 @@ document.getElementById("Enter").value = "search again - catch up more links"; ::

No Results. (length of search words must be at least 3 characters)

:: -

#[offset]#-#[linkcount]# results from a total number of #[totalcount]# known#(globalresults)#.::, #[globalcount]# links from other YaCy peers.#(/globalresults)#

+

#[offset]#-#[linkcount]# results from a total number of #[totalcount]# known#(globalresults)#.::, #[globalcount]# links from other YaCy peers.#(/globalresults)#

Search Result Pages: #[pagenav]#

::

Searching the web with this peer is disabled for unauthorized users. Please log in as administrator to use the search function