chutichhuy / glyph-iconset

A minimal SVG icon set for modern web
Other
376 stars 43 forks source link

Hovering on icon gives icon number as title #5

Open JanisE opened 5 years ago

JanisE commented 5 years ago
<a href="/new-post" title="Add new post">
  <svg-icon><src href="/glyph-iconset/sprite/sprite.svg#si-glyph-button-plus" /></svg-icon>
</a>

When I hover over the icon, "971" appears as the title, not "Add new post". In Linux Chrome and Firefox.

Why is this so? Can this be fixed?