diff -r e0613cc29a30 -r e3d3cd7a676a client/gulpfile.js --- 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: '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'))