diff --git a/Theme/Backend/Components/Editor/inline-editor-tools.tpl.php b/Theme/Backend/Components/Editor/inline-editor-tools.tpl.php
index 429d033..7898d1d 100755
--- a/Theme/Backend/Components/Editor/inline-editor-tools.tpl.php
+++ b/Theme/Backend/Components/Editor/inline-editor-tools.tpl.php
@@ -10,7 +10,7 @@
superscript
brush
edit
- format_list_bullted
+ format_list_bulleted
format_list_numbered
format_indent_increase
format_indent_decrease
diff --git a/Theme/Backend/editor-single.tpl.php b/Theme/Backend/editor-single.tpl.php
index 2c431a0..57f6950 100755
--- a/Theme/Backend/editor-single.tpl.php
+++ b/Theme/Backend/editor-single.tpl.php
@@ -35,7 +35,7 @@ echo $this->data['nav']->render(); ?>
= $doc->content; ?>
- = empty($tag->icon) ? '' : ''; ?>= $this->printHtml($tag->getL11n()); ?>
+ = empty($tag->icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>= $this->printHtml($tag->getL11n()); ?>