Skip to content

Commit 85d745d

Browse files
committed
app: utils.js: fixed minor HTML syntax error
1 parent 21f90bb commit 85d745d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/public/js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function showMessage(html, extra_classes) {
251251
'<div class="content">' + html +
252252
'</div>' +
253253
'<div class="modal-footer">' +
254-
'<button class="btn btn-primary ok">OK</button' +
254+
'<button class="btn btn-primary ok">OK</button>' +
255255
'</div>' +
256256
'</div>';
257257
var $body = $('body');

0 commit comments

Comments
 (0)