Skip to content

Change javadoc <tt> <code>#22

Merged
Emily-Jiang merged 1 commit intojakartaee:masterfrom
rbygrave:feature/javadoc-tt-to-code
Oct 4, 2021
Merged

Change javadoc <tt> <code>#22
Emily-Jiang merged 1 commit intojakartaee:masterfrom
rbygrave:feature/javadoc-tt-to-code

Conversation

@rbygrave
Copy link
Copy Markdown
Contributor

@rbygrave rbygrave commented Sep 27, 2021

Noting that <tt> is not valid in html5 and the suggestion is to change it to <code>

That is, when generating the javadoc for this project with JDK 11 javadoc we get the error - tag not supported in the generated HTML version: tt. Changing the <tt> tag to <code> is the suggested fix.

Noting that <tt> is not valid in html5 and the suggestion is to change it to <code>
@rbygrave rbygrave mentioned this pull request Sep 27, 2021
@Emily-Jiang Emily-Jiang merged commit f090537 into jakartaee:master Oct 4, 2021
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