From 8056f384d2dd1520d8d21bfa699de4cc4739f659 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Tue, 4 Dec 2012 01:14:12 +0100 Subject: [PATCH] Hide icon texts for visual browsers. --- include/admin/tpl/category.inc.tpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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}