diff options
| author | bitweaver.org <bitweaver@users.sourceforge.net> | 2006-09-08 11:08:06 +0000 |
|---|---|---|
| committer | bitweaver.org <bitweaver@users.sourceforge.net> | 2006-09-08 11:08:06 +0000 |
| commit | 80c2bf037ca334b9db8ae04c5f4cd39918fcc18f (patch) | |
| tree | 9301154915adc5db69559c9d55518966074795fb | |
| parent | 807268c606c3b902f0322c9d07b37a674f9b1ae4 (diff) | |
| download | pigeonholes-80c2bf037ca334b9db8ae04c5f4cd39918fcc18f.tar.gz pigeonholes-80c2bf037ca334b9db8ae04c5f4cd39918fcc18f.tar.bz2 pigeonholes-80c2bf037ca334b9db8ae04c5f4cd39918fcc18f.zip | |
fix content type display in table view
| -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> |
