We didn’t needed the line I mentioned above. It is just creating output like
<ol class="category-breadcrumb">
<li class="no-category has-drop bullet"></li>
<li class="tag-drop no-category bullet tag_all"></li>
<div class="clear"></div>
</ol>
Totally no need for div
here inside a ol
tag, At least it should be
<li class="clearfix"></li>
Can anyone confirm it? So I can make PR.