diff --git a/webui.dev/index.html b/webui.dev/index.html index 485a3ca..d8c4245 100644 --- a/webui.dev/index.html +++ b/webui.dev/index.html @@ -251,7 +251,7 @@ to at least display a helpful error message if we can't use OliveTin. */ window.showBigError = function (type, friendlyType, message, isFatal) { - bigErrorDialog.innerHTML = '
' + message + "
" + type + " error in OliveTin Documentation
" + bigErrorDialog.innerHTML = '' + message + "
" + type + " error in OliveTin Documentation
" if (isFatal) { bigErrorDialog.innerHTML += 'You will need to refresh your browser to clear this message.
'