From cfbad81725dba011f217355aed31836695d47dcf Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Mon, 2 Oct 2017 15:25:57 +0200
Subject: [PATCH] [fix] Map: Fix click on poup (hashtag...)

---
 www/plugins/map/templates/wot/popup_marker.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/plugins/map/templates/wot/popup_marker.html b/www/plugins/map/templates/wot/popup_marker.html
index 035645759..29ba453a2 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>
-- 
GitLab