diff --git a/templates/2k11/admin/media_items.tpl b/templates/2k11/admin/media_items.tpl index 1184de7b..9be00b66 100644 --- a/templates/2k11/admin/media_items.tpl +++ b/templates/2k11/admin/media_items.tpl @@ -204,7 +204,7 @@ diff --git a/templates/2k11/comments.tpl b/templates/2k11/comments.tpl index ca8aa15f..8878d1e1 100644 --- a/templates/2k11/comments.tpl +++ b/templates/2k11/comments.tpl @@ -1,7 +1,7 @@ {foreach from=$comments item=comment name="comments"}
8}commentlevel-9{else}commentlevel-{$comment.depth}{/if}">
- {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}
- {if $entry.categories}{foreach from=$entry.categories item="entry_category"}{if $entry_category.category_icon}{$entry_category.category_name|@escape}{/if}{/foreach}{/if} + {if $entry.categories}{foreach from=$entry.categories item="entry_category"}{if $entry_category.category_icon}{$entry_category.category_name|escape}{/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 @@