From 926ce5abaa7858a42e07b98cf57ce8a8d651258a Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Mon, 16 Nov 2009 11:21:41 +0000 Subject: [PATCH] weird, editor is acting up git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10275 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/quickreply_editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html index 12191286b1..848d4cde94 100644 --- a/phpBB/styles/prosilver/template/quickreply_editor.html +++ b/phpBB/styles/prosilver/template/quickreply_editor.html @@ -6,7 +6,7 @@ dE('qr_showeditor_div'); if (show && document.getElementById('qr_editor_div').style.display != 'none') { - document.getElementsByName('message')[0].focus(); + document.getElementsByName('message')[0].focus(); } return true; }