mirror of
https://github.com/typecho/typecho.git
synced 2025-03-20 01:49:40 +01:00
Merge pull request #425 from MioMioReimu/master
bugfix: In function 'treeViewCategoriesCallback' , the item Tag is hardcode w…
This commit is contained in:
commit
86ae20bfbb
@ -166,7 +166,7 @@ class Widget_Metas_Category_List extends Widget_Abstract_Metas
|
||||
$this->treeViewCategories();
|
||||
}
|
||||
|
||||
echo '</li>';
|
||||
echo '</' . $categoryOptions->itemTag . '>';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user