diff --git a/htroot/js/yacysearch.js b/htroot/js/yacysearch.js
index 0e71bacf3..df327002f 100644
--- a/htroot/js/yacysearch.js
+++ b/htroot/js/yacysearch.js
@@ -109,15 +109,15 @@ function statistics(offset, itemscount, itemsperpage, totalcount, localResourceS
resnav += (i + 1);
resnav += (".gif\" alt=\"page");
resnav += (i + 1);
- resnav += ("\" width=\"16\" height=\"16\" /> ");
+ resnav += ("\" title=\"use the TAB key to navigate to next page\" width=\"16\" height=\"16\" /> ");
}
}
if (thispage >= numberofpages) {
- resnav += ("");
+ resnav += ("");
} else {
resnav += ("");
+ resnav += ("\">");
}
document.getElementById("resNav").innerHTML = resnav;