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:
parent
35d2908934
commit
e311837418
@ -179,7 +179,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