diff --git a/htroot/js/yacysearch.js b/htroot/js/yacysearch.js
index 6f91c3eb9..06314f7a7 100644
--- a/htroot/js/yacysearch.js
+++ b/htroot/js/yacysearch.js
@@ -51,7 +51,7 @@ function renderPaginationButtons(offset, itemscount, itemsperpage, totalcount, l
if (thispage == 0) {
resnav += "
«";
} else {
- resnav += "«";
}
@@ -73,7 +73,7 @@ function renderPaginationButtons(offset, itemscount, itemsperpage, totalcount, l
if ((localQuery && thispage >= (totalPagesNb - 1)) || (!localQuery && thispage >= (numberofpages - 1))) {
resnav += "»";
} else {
- resnav += "»";
}
diff --git a/htroot/yacysearch.html b/htroot/yacysearch.html
index 150e50519..ae3606708 100644
--- a/htroot/yacysearch.html
+++ b/htroot/yacysearch.html
@@ -11,25 +11,6 @@
-
-