one more respect highlighter

This commit is contained in:
Ian 2015-01-18 12:51:29 +01:00
parent 7fe1264f00
commit f6438592c4

View File

@ -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) {