Skip to content

Commit

Permalink
Merge pull request #3247 from camptocamp/displayquerywindow_html_keys
Browse files Browse the repository at this point in the history
Allow html in displayquerywindow keys
  • Loading branch information
fredj authored Dec 11, 2017
2 parents a037729 + 2b8f470 commit 7c75bfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contribs/gmf/src/directives/partials/displayquerywindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
ng-if="value !== undefined">
<td
class="gmf-displayquerywindow-details-key"
>{{key | translate}}</td>
ng-bind-html="key | translate | ngeoTrustHtml"
></td>
<td
class="gmf-displayquerywindow-details-value"
ng-bind-html="value | ngeoTrustHtml"
Expand Down

0 comments on commit 7c75bfa

Please sign in to comment.