Skip to content

MINOR: fix html generation syntax errors#12094

Merged
guozhangwang merged 1 commit into
apache:trunkfrom
mt206:html-generation-error-fix
Apr 26, 2022
Merged

MINOR: fix html generation syntax errors#12094
guozhangwang merged 1 commit into
apache:trunkfrom
mt206:html-generation-error-fix

Conversation

@mt206

@mt206 mt206 commented Apr 25, 2022

Copy link
Copy Markdown
Contributor

*More detailed description of your change,
The html document generation has some errors in it, specifically related to protocols. The two issues identified and resolved are:

  • Missing </tbody> closing tags added
  • Invalid usage of a <p> tag as a wrapper element for <table> elements. Changed the <p> tag to be a <div>.

*Summary of testing strategy (including rationale)
Tested by running ./gradlew siteDocsTar and observing that the output was properly formed.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@joel-hamill

Copy link
Copy Markdown
Contributor

cc @ijuma @guozhangwang

@guozhangwang guozhangwang merged commit 6d7723f into apache:trunk Apr 26, 2022
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.

3 participants