The flame is missing the "alt" and the "title" attributes with self-description:
Right now:
<span class="sprite flame">
It should be:
<span alt="..." title="..." class="sprite flame">
An already working example is just next to it:
<span alt="branch" title="Branch exists" class="sprite branch">
<span alt="haspatch" title="Has a patch" class="sprite haspatch-icon">
The flame is missing the "alt" and the "title" attributes with self-description:
Right now:
<span class="sprite flame">
It should be:
<span alt="..." title="..." class="sprite flame">
An already working example is just next to it:
<span alt="branch" title="Branch exists" class="sprite branch">
<span alt="haspatch" title="Has a patch" class="sprite haspatch-icon">
Thank you,