diff --git a/htroot/AugmentedBrowsing_p.html b/htroot/AugmentedBrowsing_p.html
index 34c399181..e46d7f1eb 100644
--- a/htroot/AugmentedBrowsing_p.html
+++ b/htroot/AugmentedBrowsing_p.html
@@ -13,7 +13,7 @@
diff --git a/htroot/AugmentedParsing_p.html b/htroot/AugmentedParsing_p.html
index 618bb5517..e54bafccb 100644
--- a/htroot/AugmentedParsing_p.html
+++ b/htroot/AugmentedParsing_p.html
@@ -10,7 +10,7 @@
Augmented Parsing
+
+
+
#%env/templates/footer.template%#
diff --git a/source/net/yacy/peers/SeedDB.java b/source/net/yacy/peers/SeedDB.java
index 9cb166470..1a450a810 100644
--- a/source/net/yacy/peers/SeedDB.java
+++ b/source/net/yacy/peers/SeedDB.java
@@ -944,7 +944,7 @@ public final class SeedDB implements AlternativeDomainNames {
if (targetSeed == null) { return null; }
address = targetSeed.getClusterAddress();
}
- if (address == null) address = "localhost:8090";
+ if (address == null) address = "localhost" + (this.mySeed.getPort() > 0 ? ":" + this.mySeed.getPort() : "");
return address;
}