diff --git a/templates/index.html b/templates/index.html
index 76ccc20..4537967 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -327,10 +327,15 @@
if (!street || !plz || !city) return 'N/A';
const address = `${street}, ${plz} ${city}`;
const searchQuery = encodeURIComponent(address);
+ const routeQuery = encodeURIComponent(address);
return `${address}
+
+
+
`;
}