diff --git a/templates/default/comments_by_author.tpl b/templates/default/comments_by_author.tpl index 059f8738..88d423b8 100644 --- a/templates/default/comments_by_author.tpl +++ b/templates/default/comments_by_author.tpl @@ -2,26 +2,23 @@ {if $footer_prev_page} « {$CONST.PREVIOUS_PAGE}   {/if} - {if $footer_info} ({$footer_info}) {/if} - {if $footer_next_page} » {$CONST.NEXT_PAGE} {/if} - {serendipity_hookPlugin hook="comments_by_author_footer" hookAll="true"}
{foreach from=$comments_by_authors item="entry_comments"} - -

{$entry_comments.title|@default:$entry_comments.link}

- -{* tpl_comments is the parsed "comments.tpl" template! *} -
{$entry_comments.tpl_comments}
- +
+

{$entry_comments.title|@default:$entry_comments.link}

+ {* tpl_comments is the parsed "comments.tpl" template! *} +
+ {$entry_comments.tpl_comments} +
+
{/foreach}
-