hmmlib2: consecutive marker/ref bug fix
see riscy004 34:28
This commit is contained in:
parent
678be54e51
commit
1d916415c1
|
@ -298,7 +298,7 @@ static char* _hmml_read_attr(struct _hmml_parser* p, char* mem, size_t mem_size,
|
|||
p->cursor = src+1;
|
||||
} else {
|
||||
const char* breaks = break_on_punct
|
||||
? " ]\r\n\t:,'-./#="
|
||||
? " ]\r\n\t:,'-./#=["
|
||||
: " ]\r\n\t"
|
||||
;
|
||||
|
||||
|
@ -795,7 +795,7 @@ void hmml_free(HMML_Output* out)
|
|||
}
|
||||
|
||||
const struct HMML_Version hmml_version = {
|
||||
2, 0, 0
|
||||
2, 0, 1
|
||||
};
|
||||
|
||||
#undef HSTX
|
||||
|
|
Loading…
Reference in New Issue