html entities to utf-8

This commit is contained in:
djmaze 2021-01-18 10:13:40 +01:00
parent 868d6b93b0
commit 471881820b
30 changed files with 41 additions and 41 deletions

View file

@ -1,7 +1,7 @@
<div class="modal fade b-two-factor-content g-ui-user-select-none" data-bind="modal: modalVisibility">
<div>
<div class="modal-header">
<button type="button" class="close" data-bind="visible: viewEnable() || !lock(), command: cancelCommand">&times;</button>
<button type="button" class="close" data-bind="visible: viewEnable() || !lock(), command: cancelCommand">×</button>
<h3>
<span class="i18n" data-i18n="POPUPS_TWO_FACTOR_CFG/LEGEND_TWO_FACTOR_AUTH"></span>
</h3>