diff options
author | Thomas De Backer | 2017-12-01 20:56:39 +0100 |
---|---|---|
committer | Thomas De Backer | 2017-12-01 20:56:39 +0100 |
commit | c60030b20559324da6b796c0642bcfbb1b345399 (patch) | |
tree | 1fc278fc5a8d326a863d1b21534a4cf00d068a9e /public | |
parent | 4eef4875edc46c698cef3d214fede6be773cb71c (diff) |
close open tags
Diffstat (limited to '')
-rw-r--r-- | public/views/hackmd/body.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/hackmd/body.ejs b/public/views/hackmd/body.ejs index bd04cd0f..91343ef6 100644 --- a/public/views/hackmd/body.ejs +++ b/public/views/hackmd/body.ejs @@ -234,8 +234,8 @@ <h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4> </div> <div class="modal-body" style="color:black;"> - <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> + <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> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><%= __('Cancel') %></button> |