From 6ad759539af7277b2aaccbae0bab32bff9cf2840 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Mon, 16 Nov 2009 11:05:45 +0000 Subject: [PATCH] weird, editor is acting up git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10274 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../prosilver/template/quickreply_editor.html | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 @@