1
0
mirror of https://github.com/typecho/typecho.git synced 2025-04-07 03:32:30 +02:00

In function 'treeViewCategoriesCallback' , the item Tag is hardcode with 'li' . It should be replaced by itemTag.

This commit is contained in:
tlm 2015-12-15 14:20:33 +08:00
parent 35d2908934
commit e311837418

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