From 340752046b8beb0e75e666d6a9649207ffd2832a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Wed, 12 Dec 2018 04:41:56 +0100 Subject: [PATCH] remove unneded space --- src/c3nav/site/templates/site/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c3nav/site/templates/site/map.html b/src/c3nav/site/templates/site/map.html index 1e5a4e1a..3fafd259 100644 --- a/src/c3nav/site/templates/site/map.html +++ b/src/c3nav/site/templates/site/map.html @@ -24,7 +24,7 @@ {% if tile_cache_server %}data-tile-server="{{ tile_cache_server }}"{% endif %} {% if initial_level %}data-initial-level="{{ initial_level }}"{% endif %} {% if initial_bounds %}data-initial-bounds="{{ initial_bounds }}"{% endif %} - {% if grid %} data-grid="{{ grid }}"{% endif %}> + {% if grid %}data-grid="{{ grid }}"{% endif %}> {% if not embed %}
{% include 'site/fragment_messages.html' %}