Removed redundant lines that are rendered within _list template.
Currently, the <li> tag is rendered twice for child elements which creates invalid HTML markup; two elements in the same document with the same ID attribute. Removing these lines fixes that issue.
Removed redundant lines that are rendered within _list template.
Currently, the
<li>
tag is rendered twice for child elements which creates invalid HTML markup; two elements in the same document with the same ID attribute. Removing these lines fixes that issue.