Don't close input tags
This commit is contained in:
parent
cec8d1c4b7
commit
8d61ca4ee3
|
@ -56,5 +56,5 @@ static inline bool is_autoclosing_tag(const char* tag) {
|
||||||
|| !strncmp(tag, "meta", 5)
|
|| !strncmp(tag, "meta", 5)
|
||||||
|| !strncmp(tag, "img", 4)
|
|| !strncmp(tag, "img", 4)
|
||||||
|| !strncmp(tag, "br", 3)
|
|| !strncmp(tag, "br", 3)
|
||||||
|| !strncmp(tag, "label", 6);
|
|| !strncmp(tag, "input", 6);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue