Skip to content
Snippets Groups Projects
Commit cfbad817 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Map: Fix click on poup (hashtag...)

parent 342db50a
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,5 @@ ...@@ -19,5 +19,5 @@
</div> </div>
</div> </div>
<div class="item no-border no-padding item-text-wrap hidden-xs" ng-if="::hit.description"> <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> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment