diff options
Diffstat (limited to 'templates/view_table_inc.tpl')
| -rw-r--r-- | templates/view_table_inc.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/view_table_inc.tpl b/templates/view_table_inc.tpl index f2a3c15..c4830e7 100644 --- a/templates/view_table_inc.tpl +++ b/templates/view_table_inc.tpl @@ -21,9 +21,7 @@ <ul> {foreach from=$members item=member} <li> - {$member.display_link} - <br /> - <small>{$member.content_type_description}</small> + {$member.display_link} <small>{$member.content_description}</small> </li> {/foreach} </ul> |
