From 7906eb4c63be6938cbc746bec05980abb943616a Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Thu, 9 Dec 2021 09:43:10 +0100 Subject: [PATCH] Fix editor.php --- editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.php b/editor.php index 630ac5eeb..4c76c38f8 100755 --- a/editor.php +++ b/editor.php @@ -462,7 +462,7 @@ if ($read_only || !empty($block_edit)) { if ($read_only) { echo ' $("a.btn, button, input[type=button], input[type=submit]", "section.content").hide(); - $("a.btn-info, button.btn-info, input[type=button].btn-info", "section.content" "#back").show();'; + $("a.btn-info, button.btn-info, input[type=button].btn-info, #back", "section.content").show();'; } echo '