mirror of https://github.com/status-im/codimd.git
close open tags
This commit is contained in:
parent
4eef4875ed
commit
c60030b205
|
@ -234,8 +234,8 @@
|
||||||
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
|
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body" style="color:black;">
|
<div class="modal-body" style="color:black;">
|
||||||
<h5 class="ui-delete-modal-msg"><%= __('Do you really want to delete this note?')</h5>
|
<h5 class="ui-delete-modal-msg"><%= __('Do you really want to delete this note?') %></h5>
|
||||||
<strong class="ui-delete-modal-item"><%= __('All users will lose their connection.')</strong>
|
<strong class="ui-delete-modal-item"><%= __('All users will lose their connection.') %></strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button type="button" class="btn btn-default" data-dismiss="modal"><%= __('Cancel') %></button>
|
<button type="button" class="btn btn-default" data-dismiss="modal"><%= __('Cancel') %></button>
|
||||||
|
|
Loading…
Reference in New Issue