From c132415bc162cb7ff822ee4fbb65f8ba13751c9b Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Wed, 5 Dec 2012 14:53:01 +0100 Subject: [PATCH] Small layout fix for category info. --- include/admin/tpl/category.inc.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}