JeremyFagis / dropify

Override your input files with style — Demo here : http://jeremyfagis.github.io/dropify
MIT License
974 stars 399 forks source link

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

Open denifelixe opened 3 years ago

denifelixe commented 3 years ago

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

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