diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 9f022e215d..d94092f410 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -62,7 +62,7 @@ { eval(onload_functions[i]); } - } + }; window.onunload = function() { @@ -70,7 +70,7 @@ { eval(onunload_functions[i]); } - } + }; // ]]>