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>" ],