From 4c44e48ffcfe0fcf23b64f1a9bbf833f8631fc76 Mon Sep 17 00:00:00 2001 From: MrReSc Date: Sun, 20 Dec 2020 08:08:11 +0100 Subject: [PATCH] description on settings page added --- .gitignore | 1 + bl-plugins/tinymce/plugin.php | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 878fac3f..4520d156 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ bl-themes/tagg bl-themes/small bl-themes/future-imperfect bl-themes/social-network +bl-plugins/prism diff --git a/bl-plugins/tinymce/plugin.php b/bl-plugins/tinymce/plugin.php index 6a9ff9bb..f8701f2a 100644 --- a/bl-plugins/tinymce/plugin.php +++ b/bl-plugins/tinymce/plugin.php @@ -21,7 +21,11 @@ class pluginTinymce extends Plugin { { global $L; - $html = '
'; + $html = ''; + + $html .= '
'; $html .= ''; $html .= ''; $html .= '
';