diff --git a/include/admin/tpl/category.inc.tpl b/include/admin/tpl/category.inc.tpl index 8ab53eff..daa37acd 100644 --- a/include/admin/tpl/category.inc.tpl +++ b/include/admin/tpl/category.inc.tpl @@ -136,9 +136,8 @@ {foreach $viewCategories as $category} {* TODO: Ideally, this should use true nesting, i.e. nested lists instead of a level class. *}
  • -
    - {$category.category_name|escape:"html"} + {$category.category_name|escape:"html"}
    {if $category.category_description != ''} @@ -149,8 +148,8 @@
  • {/foreach}