diff --git a/htroot/yacysearch.java b/htroot/yacysearch.java
index 69235b47b..866f722ff 100644
--- a/htroot/yacysearch.java
+++ b/htroot/yacysearch.java
@@ -601,32 +601,36 @@ public class yacysearch {
final StringBuilder resnav = new StringBuilder();
final int thispage = offset / theQuery.displayResults();
if (thispage == 0) {
- resnav.append(" ");
+ resnav.append("
");
} else {
resnav.append("
");
+ resnav.append("\">
");
}
final int numberofpages = Math.min(10, Math.max(1 + thispage, 1 + ((theSearch.getRankingResult().getLocalIndexCount() < 11) ? Math.max(30, theSearch.getRankingResult().getLocalResourceSize() + theSearch.getRankingResult().getRemoteResourceSize()) : theSearch.getRankingResult().getLocalIndexCount()) / theQuery.displayResults()));
for (int i = 0; i < numberofpages; i++) {
if (i == thispage) {
resnav.append("
");
+ resnav.append(".gif\" alt=\"page");
+ resnav.append(i + 1);
+ resnav.append("\" width=\"16\" height=\"16\" /> ");
} else {
resnav.append("
");
+ resnav.append(".gif\" alt=\"page");
+ resnav.append(i + 1);
+ resnav.append("\" width=\"16\" height=\"16\" /> ");
}
}
if (thispage >= numberofpages) {
- resnav.append("
");
+ resnav.append("
");
} else {
resnav.append("
");
+ resnav.append("\">
");
}
String resnavs = resnav.toString();
prop.put("num-results_resnav", resnavs);
diff --git a/htroot/yacysearchtrailer.html b/htroot/yacysearchtrailer.html
index 8e3646d28..8469fb9e3 100644
--- a/htroot/yacysearchtrailer.html
+++ b/htroot/yacysearchtrailer.html
@@ -47,7 +47,7 @@
#(cat-location)#::