diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html index 848d4cde94..f56747a842 100644 --- a/phpBB/styles/prosilver/template/quickreply_editor.html +++ b/phpBB/styles/prosilver/template/quickreply_editor.html @@ -4,13 +4,13 @@ { 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; } - + function init_qr() { @@ -27,11 +27,11 @@