diff --git a/carto.js/src/geo/ui/infowindow-view.js b/carto.js/src/geo/ui/infowindow-view.js index 685d69d..5aba016 100644 --- a/carto.js/src/geo/ui/infowindow-view.js +++ b/carto.js/src/geo/ui/infowindow-view.js @@ -94,7 +94,8 @@ var Infowindow = View.extend({ }, values); this.$el.html( - sanitize.html(this.template(obj), this.model.get('sanitizeTemplate')) +// sanitize.html(this.template(obj), this.model.get('sanitizeTemplate')) + sanitize.html(this.template(obj), false) ); // Set width and max-height from the model only