diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html
index 5daaa4c6db..549b6995af 100644
--- a/phpBB/adm/style/overall_footer.html
+++ b/phpBB/adm/style/overall_footer.html
@@ -23,7 +23,7 @@
{L_LOADING}
{L_PLEASE_WAIT}
-
+
diff --git a/phpBB/assets/javascript/core.js b/phpBB/assets/javascript/core.js
index 067676348b..b25e75e979 100644
--- a/phpBB/assets/javascript/core.js
+++ b/phpBB/assets/javascript/core.js
@@ -4,12 +4,12 @@ phpbb.alert_time = 100;
(function($) { // Avoid conflicts with other libraries
// define a couple constants for keydown functions.
-var ENTER = 13,
- ESC = 27;
+var ENTER = 13;
+var ESC = 27;
-var dark = $('#darkenwrapper'),
- loading_alert = $('#loadingalert');
+var dark = $('#darkenwrapper');
+var loading_alert = $('#loadingalert');
/**
@@ -30,7 +30,7 @@ phpbb.loading_alert = function() {
setTimeout(function() {
if (loading_alert.is(':visible'))
{
- phpbb.alert($('body').data('l-err'), $('body').data('l-timeout-processing-req'));
+ phpbb.alert($('#phpbb_alert').data('l-err'), $('#phpbb_alert').data('l-timeout-processing-req'));
}
}, 5000);
});
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index 542bdf45f1..00de9029ec 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -30,7 +30,7 @@
{L_LOADING}
{L_PLEASE_WAIT}
-
+
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index b5bbdf4f3e..5e095d0a0d 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -90,7 +90,7 @@
-
+