From f15e662f7a85aaf6245b132e32d93681cfb01dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Tue, 29 Sep 2020 22:22:59 +0200 Subject: [PATCH] children: bugfix --- children.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/children.json b/children.json index a6bff82..ed1efa0 100644 --- a/children.json +++ b/children.json @@ -36,9 +36,9 @@ "{{ keyTrans('kids_area') }}", "{% elseif tags.shop=='baby_goods' or tags.shop=='toys' %}", "{{ keyTrans('shop') }}: {{ tagTrans('shop', tags.shop) }}", - "{% elseif tags.amenity=='toilets' and ((tags.changing_table and tags.changing_table != 'no') or (tags.diaper and tags.diaper != no')) %}", + "{% elseif tags.amenity == 'toilets' and ( (tags.changing_table and tags.changing_table != 'no') or (tags.diaper and tags.diaper != 'no') ) %}", "{{ tagTrans('amenity', 'toilets changing_table=yes') }}", - "{% elseif (tags.changing_table and tags.changing_table != 'no') or (tags.diaper and tags.diaper != no') %}", + "{% elseif (tags.changing_table and tags.changing_table != 'no') or (tags.diaper and tags.diaper != 'no') %}", "{{ keyTrans('changing_table') }}", "{% endif %}" ],