diff --git a/themes/simple/index.html b/themes/simple/index.html index 9ada915..d6be2c0 100644 --- a/themes/simple/index.html +++ b/themes/simple/index.html @@ -99,9 +99,8 @@ messages.style.visibility = "visible"; // type is either "info" or "error" if (type == "error") { - text = "" + text + ""; + text = "
" + text + "
"; } - text = text + "