Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing issue #187 #188

Closed
wants to merge 1 commit into from
Closed

Fixing issue #187 #188

wants to merge 1 commit into from

Conversation

Azq2
Copy link
Contributor

@Azq2 Azq2 commented Jun 26, 2021

Fixing lost MyHTML_TOKEN_TYPE_DONE flag for invalid tag <br>

Fixing lost `MyHTML_TOKEN_TYPE_DONE` flag for invalid tag `<br>`
@Azq2
Copy link
Contributor Author

Azq2 commented Jul 13, 2021

@lexborisov Hello! Can you merge it?

@lexborisov
Copy link
Owner

Hi @Azq2

Can you give an example of bad HTML?

@Azq2
Copy link
Contributor Author

Azq2 commented Jul 14, 2021

@lexborisov You can see example in this issue: #187

@lexborisov
Copy link
Owner

@Azq2

Sorry for the late reply. A lot of work.

Сorrect fix:

                myhtml_token_node_wait_for_done(tree->token, token);
                
                token->type = MyHTML_TOKEN_TYPE_OPEN | MyHTML_TOKEN_TYPE_DONE;

Could you change the pull request?

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants