From f6438592c46ef058150e651ea4b4b2b605554cd6 Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 18 Jan 2015 12:51:29 +0100 Subject: [PATCH] one more respect highlighter --- templates/2k11/admin/serendipity_editor.js.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/2k11/admin/serendipity_editor.js.tpl b/templates/2k11/admin/serendipity_editor.js.tpl index 7e8a3460..9952c639 100644 --- a/templates/2k11/admin/serendipity_editor.js.tpl +++ b/templates/2k11/admin/serendipity_editor.js.tpl @@ -253,7 +253,7 @@ if ($('#' + escapedElement).length) { // Proper ID was specified (hopefully by plugins) } else { - // Let's try the serendipity[] prefix + // Let us try the serendipity[] prefix escapedElement = serendipity.escapeBrackets('serendipity[' + textarea + ']'); if (!$('#' + escapedElement).length) {