Closed MarcPorciuncula closed 8 years ago
Less than slash attempts to close <!doctype html> declarations, but the resultant </!doctype> isn't required in html.
<!doctype html>
</!doctype>
This should be a super easy fix, we could just add it to the default closing tags list. I'll probably do it tomorrow.
Less than slash attempts to close
<!doctype html>
declarations, but the resultant</!doctype>
isn't required in html.This should be a super easy fix, we could just add it to the default closing tags list. I'll probably do it tomorrow.