Small layout fix for category info.
This commit is contained in:
@@ -141,9 +141,9 @@
|
|||||||
|
|
||||||
<div class="category_info">
|
<div class="category_info">
|
||||||
{if $category.category_description != ''}
|
{if $category.category_description != ''}
|
||||||
<p class="category_desc">{$category.category_description|escape:"html"}</p>
|
<span class="category_desc block_level">{$category.category_description|escape:"html"}</span>
|
||||||
{/if}
|
{/if}
|
||||||
<span class="category_author block_level standalone">{if $category.authorid == 0}{$CONST.ALL_AUTHORS}{else}{$category.realname|escape:"html"}{/if}</span>
|
<span class="category_author block_level">{if $category.authorid == 0}{$CONST.ALL_AUTHORS}{else}{$category.realname|escape:"html"}{/if}</span>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user