From e3118374180ad905ba69347fd77acc9a412b5ddf Mon Sep 17 00:00:00 2001 From: tlm Date: Tue, 15 Dec 2015 14:20:33 +0800 Subject: [PATCH] In function 'treeViewCategoriesCallback' , the item Tag is hardcode with 'li' . It should be replaced by itemTag. --- var/Widget/Metas/Category/List.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/Widget/Metas/Category/List.php b/var/Widget/Metas/Category/List.php index cf85926a..df3eb610 100644 --- a/var/Widget/Metas/Category/List.php +++ b/var/Widget/Metas/Category/List.php @@ -179,7 +179,7 @@ class Widget_Metas_Category_List extends Widget_Abstract_Metas $this->treeViewCategories(); } - echo ''; + echo 'itemTag . '>'; } /**