Closed macjabeth closed 3 years ago
Right now we have the <media-poster> tags as direct descendants of the <ul> tags.
<media-poster>
<ul>
This is structured incorrectly. The <media-poster> tags should be descendants of <li> tags.
<li>
Right now we have the
<media-poster>
tags as direct descendants of the<ul>
tags.This is structured incorrectly. The
<media-poster>
tags should be descendants of<li>
tags.