Merge pull request #425 from MioMioReimu/master

bugfix: In function 'treeViewCategoriesCallback' , the item Tag is hardcode w…
This commit is contained in:
joyqi 2016-01-26 14:50:51 +08:00
commit 86ae20bfbb

View File

@ -166,7 +166,7 @@ class Widget_Metas_Category_List extends Widget_Abstract_Metas
$this->treeViewCategories();
}
echo '</li>';
echo '</' . $categoryOptions->itemTag . '>';
}
/**