client/gulpfile.js
changeset 196 e3d3cd7a676a
parent 172 ffdfe491869c
--- a/client/gulpfile.js	Mon Nov 16 12:15:30 2015 +0100
+++ b/client/gulpfile.js	Wed Dec 02 11:41:53 2015 +0100
@@ -165,8 +165,8 @@
                 tpl: '<img src="{% static \'ammico/img/%s\' %}" alt="Logo IRI" />'
             },
             idExpo: 'idExpo: "{{ context.idExpo }}",',
-            ammicoUrl: 'ammicoUrl: "{{ context.ammicoUrl }}",',
-            searchUrl: 'searchUrl: "{{ context.searchUrl }}",',
+            ammicoUrl: 'ammicoUrl: "{{ context.ammicoUrl|safe }}",',
+            searchUrl: 'searchUrl: "{{ context.searchUrl|safe }}",',
             token: '{% if context.token %} token: "{{ context.token }}", {% endif %}'
         }))
         .pipe(plugins.rename('indexAmmico.html'))