diff --git a/templates/index.html b/templates/index.html
index aa2375e..1863f11 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -194,9 +194,9 @@
if (!street || !plz || !city) return 'N/A';
const address = `${street}, ${plz} ${city}`;
const searchQuery = encodeURIComponent(address);
- return `
- ${address}
`;
}