From c374574911c43027329f328b8ee2ff28875d7c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=9A=D0=B0=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Wed, 12 Jun 2019 14:14:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=81=D0=BF=D0=B5=D1=86=D1=81=D0=B8=D0=BC=D0=B2?= =?UTF-8?q?=D0=BE=D0=BB=D0=BE=D0=B2=20=D0=B2=20sitemap=20[closes=20#39]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flatfilecms/templates/sitemap.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatfilecms/templates/sitemap.jinja2 b/flatfilecms/templates/sitemap.jinja2 index 0298f2a..0921964 100644 --- a/flatfilecms/templates/sitemap.jinja2 +++ b/flatfilecms/templates/sitemap.jinja2 @@ -2,7 +2,7 @@ {%- for item, lastmod in pages %} - {{data['base_url']|join_url(item)}} + {{data['base_url']|join_url(item)|escape}} {%- if lastmod %} {{lastmod}} {%- endif %}