diff --git a/htroot/js/yacyinteractive.js b/htroot/js/yacyinteractive.js
index 71bcde91d..07516e384 100644
--- a/htroot/js/yacyinteractive.js
+++ b/htroot/js/yacyinteractive.js
@@ -105,7 +105,7 @@ function resultNavigation() {
if (maximumRecords != 10 && totalResults >= 10) html += "";
if (maximumRecords != 100 && totalResults >= 100) html += "";
if (maximumRecords != 1000 && totalResults >= 1000) html += "";
- if (totalResults <= 10000 && maximumRecords < totalResults) html += "";
+ if (totalResults <= 10000 && maximumRecords < totalResults) html += "";
html += ""; // for inline
html += ""; // for result statistic wrapper
} else {