Skip to content

backend/reqif: handle the edge case with <xhtml:object> tag#930

Merged
stanislaw merged 1 commit intomainfrom
stanislaw/reqif
Feb 27, 2023
Merged

backend/reqif: handle the edge case with <xhtml:object> tag#930
stanislaw merged 1 commit intomainfrom
stanislaw/reqif

Conversation

@stanislaw
Copy link
Copy Markdown
Collaborator

@stanislaw stanislaw commented Feb 27, 2023

The <object> tag, when unclosed, breaks complete HTML markup of a document. lxml closes empty tags by default, so the upstream fix in the reqif library was to make an exception for the tag and always print it with a closing tag.

<object> tag, when unclosed, breaks complete HTML markup of a document.
lxml closes empty tags by default, so the upstream fix in the reqif library
was to make an exception for the <object> tag and always print it with a closing
tag.
@stanislaw stanislaw changed the title backend/reqif: handle edge case with <xhtml:object> tag backend/reqif: handle the edge case with <xhtml:object> tag Feb 27, 2023
@stanislaw stanislaw merged commit 445084b into main Feb 27, 2023
@stanislaw stanislaw deleted the stanislaw/reqif branch February 27, 2023 11:10
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.

1 participant