Skip to content

Commit

Permalink
🐞 Header in login doesn't render html (#437) (#438)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#2667
  • Loading branch information
Findeton authored Sep 26, 2024
1 parent ae4e84e commit 358dbf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion avAdmin/admin-directives/dashboard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<span>
<h2>
<span ng-i18next>avAdmin.sidebar.dashboard</span>
<span class="text-gray-light" ng-if="election.title || election.title_i18n">{{election | customI18n : 'title' | truncate:45}}</span>
<span class="text-gray-light"
ng-if="election.title || election.title_i18n"
ng-bind-html="(election | customI18n : 'title' | truncate:45) || ''"
></span>
</h2>
</span>
</div>
Expand Down

0 comments on commit 358dbf7

Please sign in to comment.