showuon opened a new pull request #311: URL: https://github.com/apache/kafka-site/pull/311
When visiting the powered by page, I suddenly found the hyperlink text is weird in SemaText.  After investigation, I found it's because we didn't end the `<a>` tag content well. We missed some right angle bracket (>) and some single quote ('), so that some text are disappeared on the page. Ex:  We should end with the text `here` with hyperlink. Fix those issues! example after fixed:  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org