summaryrefslogtreecommitdiff
path: root/templates/list.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list.tpl')
-rw-r--r--templates/list.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/list.tpl b/templates/list.tpl
index 2091dd3..b5ec031 100644
--- a/templates/list.tpl
+++ b/templates/list.tpl
@@ -36,7 +36,9 @@
</div>
{/if}
<h2>{$item.display_link}</h2>
- {$item.data|escape}
+ {if $gBitSystem->isFeatureActive('pigeonholes_display_description')}
+ {$item.parsed_data}
+ {/if}
{if $gBitSystem->isFeatureActive( 'pigeonholes_display_subtree' ) && count($item.subtree) > 1}
{include file="bitpackage:pigeonholes/view_structure_inc.tpl" subtree=$item.subtree no_details=true}
{/if}