diff --git a/www/plugins/map/templates/wot/popup_marker.html b/www/plugins/map/templates/wot/popup_marker.html index 035645759f8e8b2989568e6720b6ff3e415d62f0..29ba453a2545a1d2288d91db7d7b290e8e43f384 100644 --- a/www/plugins/map/templates/wot/popup_marker.html +++ b/www/plugins/map/templates/wot/popup_marker.html @@ -19,5 +19,5 @@ </div> </div> <div class="item no-border no-padding item-text-wrap hidden-xs" ng-if="::hit.description"> - <small ng-bind-html="::hit.description"></small> + <small trust-as-html="::hit.description"></small> </div>