Skip to content

Commit c60030b

Browse files
committed
close open tags
1 parent 4eef487 commit c60030b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/views/hackmd/body.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
235235
</div>
236236
<div class="modal-body" style="color:black;">
237-
<h5 class="ui-delete-modal-msg"><%= __('Do you really want to delete this note?')</h5>
238-
<strong class="ui-delete-modal-item"><%= __('All users will lose their connection.')</strong>
237+
<h5 class="ui-delete-modal-msg"><%= __('Do you really want to delete this note?') %></h5>
238+
<strong class="ui-delete-modal-item"><%= __('All users will lose their connection.') %></strong>
239239
</div>
240240
<div class="modal-footer">
241241
<button type="button" class="btn btn-default" data-dismiss="modal"><%= __('Cancel') %></button>

0 commit comments

Comments
 (0)