diff --git a/static/js/base.js b/static/js/base.js index c2fb7261..2362375b 100644 --- a/static/js/base.js +++ b/static/js/base.js @@ -23,7 +23,9 @@ function pretty_money(value) { function addMsg(msg, alert_type) { let msgDiv = $("#messages"); let html = msgDiv.html(); - html += "
" + msg + "
\n"; + html += "
" + + "" + + msg + "
\n"; msgDiv.html(html); }