{$entry.title}
-{$CONST.POSTED_BY} - {$CONST.ON} -
- {if $entry.body} - {$entry.body|strip_tags|truncate:180:" ..."} - {else} - {$entry.extended|strip_tags|truncate:180:" ..."} - {/if} -diff --git a/templates/timeline/entries_summary.tpl b/templates/timeline/entries_summary.tpl index 44f163ca..b49f9751 100644 --- a/templates/timeline/entries_summary.tpl +++ b/templates/timeline/entries_summary.tpl @@ -10,31 +10,27 @@
{$CONST.POSTED_BY} - {$CONST.ON} -
- {if $entry.body} - {$entry.body|strip_tags|truncate:180:" ..."} - {else} - {$entry.extended|strip_tags|truncate:180:" ..."} - {/if} -{$CONST.POSTED_BY} + {$CONST.ON} +
+ {if $entry.body} + {$entry.body|strip_tags|truncate:180:" ..."} + {else} + {$entry.extended|strip_tags|truncate:180:" ..."} + {/if} +