From 40147ec634dd2263620cbf8d00e19cce0c6183f3 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sat, 20 May 2017 11:24:38 +0200 Subject: [PATCH] Update UUID and fixed #432 --- bl-languages/en_US.json | 3 ++- bl-plugins/simplemde/plugin.php | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bl-languages/en_US.json b/bl-languages/en_US.json index 3716fc48..96ea627c 100644 --- a/bl-languages/en_US.json +++ b/bl-languages/en_US.json @@ -253,5 +253,6 @@ "save-as-draft": "Save as draft", "slug": "slug", "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit", - "this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit" + "this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit", + "content-here-supports-markdown-and-html-code": "Content here. Supports Markdown and HTML code." } \ No newline at end of file diff --git a/bl-plugins/simplemde/plugin.php b/bl-plugins/simplemde/plugin.php index d6213f9b..f1c10505 100644 --- a/bl-plugins/simplemde/plugin.php +++ b/bl-plugins/simplemde/plugin.php @@ -38,7 +38,7 @@ class pluginsimpleMDE extends Plugin { $html .= 'getDbField('autosave')?'checked':'').'>'; $html .= ''; $html .= ''; - + $html .= '
'; $html .= ''; $html .= 'getDbField('spellChecker')?'checked':'').'>'; @@ -105,7 +105,7 @@ class pluginsimpleMDE extends Plugin { // Spell Checker $spellCheckerEnable = $this->getDbField('spellChecker')?'true':'false'; - + $pluginPath = $this->htmlPath(); $html = '