diff options
Diffstat (limited to 'templates/assign_content.tpl')
| -rw-r--r-- | templates/assign_content.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/assign_content.tpl b/templates/assign_content.tpl index d551a48..74f398c 100644 --- a/templates/assign_content.tpl +++ b/templates/assign_content.tpl @@ -154,7 +154,11 @@ {foreach from=$pigeonList item=pigeon} <dl> <dt>{counter name=dogEatsPigeon}</dt> - <dd>{$pigeon.display_path}<br /><small>{$pigeon.data|escape}</small></dd> + <dd>{$pigeon.display_path} + {if !empty($pigeon.parsed_data) && $gBitSystem->isFeatureActive('pigeonholes_display_description')} + <br /><small>{$pigeon.parsed_data}</small> + {/if} + </dd> </dl> {/foreach} {/if} |
