summaryrefslogtreecommitdiff
path: root/templates/view_table_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/view_table_inc.tpl')
-rw-r--r--templates/view_table_inc.tpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/view_table_inc.tpl b/templates/view_table_inc.tpl
index 9106e1d..4f47043 100644
--- a/templates/view_table_inc.tpl
+++ b/templates/view_table_inc.tpl
@@ -4,8 +4,10 @@
<a name="members"></a>
<h2>{$gContent->getTitle()}</h2>
<p>
- {$pigeonItem.data|escape}
- <br />
+ {if !empty($pigeonItem.parsed_data) && $gBitSystem->isFeatureActive('pigeonholes_display_description')}
+ {$pigeonItem.parsed_data}
+ <br />
+ {/if}
<small>{tr}This category contains {$pigeonItem.members_count} item(s){/tr}</small>
</p>
{* calculate column width *}