From b2f5340bde55003421b2b72e6bb2f38e417b0825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at> Date: Sun, 22 Aug 2021 20:54:28 +0200 Subject: [PATCH] bugfix --- cycle_routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cycle_routes.json b/cycle_routes.json index 836fa7a..16d8f6e 100644 --- a/cycle_routes.json +++ b/cycle_routes.json @@ -83,7 +83,7 @@ " <div class='description'>{{ tagTrans('network', masterNetwork) }}</div>", " <div class='title'>{% if master.tags.ref and master.tags.name %}{{ master.tags.ref }} - {{ master.tags.name|default(master.tags.ref) }}{% elseif master.tags.ref %}{{ master.tags.ref }}{% elseif master.tags.name %}{{ master.tags.name }}{% else %}{{ trans('unnamed') }}{% endif %}</div>", " </div>", - " </li>", + " </a></li>", "{% endfor %}", "</ul>" ],