diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html index 8b6aaa12bc..12191286b1 100644 --- a/phpBB/styles/prosilver/template/quickreply_editor.html +++ b/phpBB/styles/prosilver/template/quickreply_editor.html @@ -4,9 +4,9 @@ { dE('qr_editor_div'); dE('qr_showeditor_div'); - if (show && document.getElementById('qr_editor_div').style.display != 'none') + if (show && document.getElementById('qr_editor_div').style.display != 'none') { - document.getElementsByName('message')[0].focus(); + document.getElementsByName('message')[0].focus(); } return true; } @@ -27,11 +27,11 @@

{L_QUICKREPLY}

-
-
-
-
-
+
+
+
+
+
@@ -71,11 +71,11 @@