From de28ff7647b523ad3c4cc4c180c5514644411bc4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= <stephan.meissl@eox.at>
Date: Wed, 11 Nov 2020 23:16:08 +0100
Subject: [PATCH] fix search id in template

---
 chart/files/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/files/index.html b/chart/files/index.html
index bb8c6bb8..b74ad39f 100644
--- a/chart/files/index.html
+++ b/chart/files/index.html
@@ -216,7 +216,7 @@ var config = {
             "search": {
                 "protocol": "OpenSearch",
                 "url": baseUrl + "opensearch/collections/{{ $layer_id }}/",
-                "id": {{ $layer_id }},
+                "id": {{ $layer_id | quote }},
                 "histogramBinCount": 28,
                 "format": "application/atom+xml",
                 "method": "GET",
-- 
GitLab