diff --git a/include/admin/tpl/category.inc.tpl b/include/admin/tpl/category.inc.tpl index c00a28bc..490b3644 100644 --- a/include/admin/tpl/category.inc.tpl +++ b/include/admin/tpl/category.inc.tpl @@ -141,9 +141,9 @@
{if $category.category_description != ''} -

{$category.category_description|escape:"html"}

+ {$category.category_description|escape:"html"} {/if} - {if $category.authorid == 0}{$CONST.ALL_AUTHORS}{else}{$category.realname|escape:"html"}{/if} + {if $category.authorid == 0}{$CONST.ALL_AUTHORS}{else}{$category.realname|escape:"html"}{/if}