From 471cb178aad6dc4481ae438831c17468f9a3807e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sat, 21 Aug 2021 10:21:14 +0200 Subject: [PATCH] format2 --- cycle_routes.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cycle_routes.json b/cycle_routes.json index 5c2179d..7f157e7 100644 --- a/cycle_routes.json +++ b/cycle_routes.json @@ -76,6 +76,7 @@ " {% if n|matches('cn$') %}{% set masterNetwork = n %}{% endif %}", " {% endfor %}", "
  • ", + " ", "
    ", "
    {{ markerLine({ width: 4, color: const[masterNetwork].color|default(const[''].color) })|raw }}
    ", "
    ", @@ -83,6 +84,7 @@ "
    {{ tagTrans('network', masterNetwork) }}
    ", "
    {% 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 %}
    ", " ", + "
    ", "
  • ", "{% endfor %}", ""