summaryrefslogtreecommitdiff
path: root/templates/module.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/module.tpl')
-rw-r--r--templates/module.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/module.tpl b/templates/module.tpl
index 0d6d3ce..52fecfb 100644
--- a/templates/module.tpl
+++ b/templates/module.tpl
@@ -16,7 +16,7 @@
{assign var=area value=$moduleArea}
{/if}
-<div class="module{if !empty($modInfo.classplus)} {$modInfo.classplus}{/if} {$modInfo.name|replace:'_':'-'}" {if !empty($area)}id="{$area}{$moduleParams.pos}"{/if}>
+<div class="well module{if !empty($modInfo.classplus)} {$modInfo.classplus}{/if} {$modInfo.name|replace:'_':'-'}" {if !empty($area)}id="{$area}{$moduleParams.pos}"{/if}>
{if $modInfo.title}
<h4>
{if $gBitSystem->isFeatureActive( 'themes_module_controls' )}