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

MINOR; Replace gt and lt char with html encoding #17235

Merged
merged 3 commits into from
Sep 24, 2024

Conversation

jsancio
Copy link
Member

@jsancio jsancio commented Sep 19, 2024

Use &gt; and &lt; instead of > and < to properly render the characters in HTML.

Committer Checklist (excluded from commit message)

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

@jsancio jsancio mentioned this pull request Sep 19, 2024
3 tasks
@jsancio jsancio added the docs label Sep 19, 2024
Copy link
Contributor

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jsancio
Copy link
Member Author

jsancio commented Sep 23, 2024

Thanks @chia7712 . I fixed those encoding issues.

https://github.com/apache/kafka/blob/trunk/docs/ops.html#L4249

I couldn't find anything wrong with that line. Did you mean to link to another line? Or did I miss something?

@chia7712
Copy link
Contributor

I couldn't find anything wrong with that line. Did you mean to link to another line? Or did I miss something?

</code>true</code> -> <code>true</code>

@jsancio
Copy link
Member Author

jsancio commented Sep 23, 2024

I couldn't find anything wrong with that line. Did you mean to link to another line? Or did I miss something?

</code>true</code> -> <code>true</code>

Thanks @chia7712 . Done.

@chia7712 chia7712 merged commit 34c158f into apache:trunk Sep 24, 2024
10 checks passed
@jsancio jsancio deleted the minor-replace-gt-lt branch September 24, 2024 17:15
jsancio added a commit that referenced this pull request Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants