summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplates/stock_simple_list_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/stock_simple_list_inc.tpl b/templates/stock_simple_list_inc.tpl
index 935e8bd..434577b 100755
--- a/templates/stock_simple_list_inc.tpl
+++ b/templates/stock_simple_list_inc.tpl
@@ -11,7 +11,7 @@
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo}
{if $gContent->mInfo.data}
- <p>{$gContent->mInfo.data|escape}</p>
+ <div class="content">{$gContent->getParsedData()}</div>
{/if}
</section>