diff --git a/templates/2k11/admin/config_template.tpl b/templates/2k11/admin/config_template.tpl
index b8078f66..a7c9c924 100644
--- a/templates/2k11/admin/config_template.tpl
+++ b/templates/2k11/admin/config_template.tpl
@@ -20,15 +20,21 @@
{if $item.guessedInput}
{if $item.type == 'bool'}
{else}
-
+
{* i18n *}
{$item.guessedInput}
+ {if $item.description != ''}
+
{$item.description}
+ {/if}
{/if}
{/if}
diff --git a/templates/2k11/admin/plugin_config_item.tpl b/templates/2k11/admin/plugin_config_item.tpl
index cea60c8a..77d8b3e9 100644
--- a/templates/2k11/admin/plugin_config_item.tpl
+++ b/templates/2k11/admin/plugin_config_item.tpl
@@ -2,7 +2,7 @@
{elseif $ctype == 'select'}
{elseif $ctype == 'radio'}
{elseif $ctype == 'string'}
{elseif (($ctype == 'html') || ($ctype == 'text'))}
{elseif $ctype == 'content'}
@@ -52,18 +56,19 @@
{elseif $ctype == 'media'}
{elseif $ctype == 'sequence'}
{if !$sequencejs_output}
{/if}