From af154345787240899563f5cf914cfcb90d4002ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Fri, 22 Feb 2019 19:12:22 +0100
Subject: [PATCH] Health: healthcare tag may have multiple values

---
 health.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/health.json b/health.json
index 8c7c3dd..0bff69b 100644
--- a/health.json
+++ b/health.json
@@ -55,7 +55,7 @@
             "{% endif %}"
         ],
         "description": [
-            "{{ tagTrans(key, value) }}",
+            "{{ tagTransList(key, value) }}",
             "{% if attribute(tags, 'healthcare:speciality') %}",
             "-",
             "{{ tagTransList('healthcare:speciality', attribute(tags, 'healthcare:speciality')) }}",