diff --git a/bl-plugins/simplemde/plugin.php b/bl-plugins/simplemde/plugin.php index 9dde86bc..a2c11b8e 100644 --- a/bl-plugins/simplemde/plugin.php +++ b/bl-plugins/simplemde/plugin.php @@ -22,28 +22,28 @@ class pluginsimpleMDE extends Plugin { global $Language; $html = '
'; - $html .= ''; + $html .= ''; $html .= ''; $html .= '
'; $html .= '
'; - $html .= ''; + $html .= ''; $html .= ''; $html .= '
'; $html .= '
'; - $html .= ''; + $html .= ''; $html .= ''; $html .= '
'; $html .= '
'; - $html .= ''; + $html .= ''; $html .= ''; $html .= '
'; @@ -116,7 +116,7 @@ class pluginsimpleMDE extends Plugin { toolbarTips: true, toolbarGuideIcon: true, autofocus: false, - placeholder: "'.$Language->get('Content here Supports Markdown and HTML code').'", + placeholder: "'.$Language->get('content-here-supports-markdown-and-html-code').'", lineWrapping: true, autoDownloadFontAwesome: false, indentWithTabs: true,