From fd9961732beb7efa7493f9a6c6d47b222a66eaf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Mon, 11 Sep 2017 20:52:15 +0200 Subject: [PATCH] Instead of key 'addr' use 'address' --- detailsBody.html | 2 +- popupBody.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/detailsBody.html b/detailsBody.html index f8959f5..178d441 100644 --- a/detailsBody.html +++ b/detailsBody.html @@ -3,7 +3,7 @@ {% if address %}
  • - {{ keyTrans('addr') }}: + {{ keyTrans('address') }}: {{ attribute(tags, 'addr:street') }} {{ attribute(tags, 'addr:housenumber') }}, diff --git a/popupBody.html b/popupBody.html index a65b3f2..5a8bd02 100644 --- a/popupBody.html +++ b/popupBody.html @@ -3,7 +3,7 @@ {% if address %}
  • - {{ keyTrans('addr') }}: + {{ keyTrans('address') }}: {{ attribute(tags, 'addr:street') }} {{ attribute(tags, 'addr:housenumber') }},