{if $comment.url}{/if}{$comment.author|@default:$CONST.ANONYMOUS}{if $comment.url}{/if}{if $comment.spice_twitter_name and not $comment.spice_twitter_followme} (@{$comment.spice_twitter_name}){/if} {$CONST.ON} :
+{if $comment.url}{/if}{$comment.author|default:$CONST.ANONYMOUS}{if $comment.url}{/if}{if $comment.spice_twitter_name and not $comment.spice_twitter_followme} (@{$comment.spice_twitter_name}){/if} {$CONST.ON} :
{if $comment.spice_twitter_name && $comment.spice_twitter_followme}@{$comment.spice_twitter_name}
{if $comment.spice_twitter_followme}{$comment.spice_twitter_followme}{/if}
diff --git a/templates/2k11/comments_by_author.tpl b/templates/2k11/comments_by_author.tpl
index d6894d6c..944abe72 100644
--- a/templates/2k11/comments_by_author.tpl
+++ b/templates/2k11/comments_by_author.tpl
@@ -1,7 +1,7 @@
-
{/foreach}
diff --git a/templates/2k11/entries.tpl b/templates/2k11/entries.tpl
index 8d037058..c9130106 100644
--- a/templates/2k11/entries.tpl
+++ b/templates/2k11/entries.tpl
@@ -10,7 +10,7 @@
{$CONST.COMMENTS}
{foreach from=$comments_by_authors item="entry_comments"}{$entry_comments.title|@default:$entry_comments.link}
+{$entry_comments.title|default:$entry_comments.link}
{$entry_comments.tpl_comments}
- {if $entry.categories}{foreach from=$entry.categories item="entry_category"}{if $entry_category.category_icon}
{/if}{/foreach}{/if}
+ {if $entry.categories}{foreach from=$entry.categories item="entry_category"}{if $entry_category.category_icon}
{/if}{/foreach}{/if}
{$entry.body}
{if $entry.has_extended and not $is_single_entry and not $entry.is_extended}
{$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$entry.title}
@@ -27,7 +27,7 @@