Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

fix self closing tag span on class file-icon #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

denifelixe
Copy link

@denifelixe denifelixe commented Sep 19, 2020

<span class="file-icon" />
supposed to be
<span class="file-icon"></span>

because it only works in XHTML, not every website use XHTML

<span class="file-icon" />
supposed to be
<span class="file-icon"></span>

because it only works in XHTML, not every website use XHTML
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant