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

Fix self closing tag span on class file-icon#121

Open
denifelixe wants to merge 3 commits intoJeremyFagis:masterfrom
denifelixe:master
Open

Fix self closing tag span on class file-icon#121
denifelixe wants to merge 3 commits intoJeremyFagis:masterfrom
denifelixe:master

Conversation

@denifelixe
Copy link

<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
fix self closing tag span on class file-icon
<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