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.
   
![image](https://user-images.githubusercontent.com/43372967/98776447-e63dc900-2429-11eb-9e85-1bb0929d0807.png)
   
   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:
   
![image](https://user-images.githubusercontent.com/43372967/98776683-65cb9800-242a-11eb-815a-9427d52fb39b.png)
   
   We should end with the text `here` with hyperlink.
   
   Fix those issues!
   example after fixed:
   
![image](https://user-images.githubusercontent.com/43372967/98776817-a4615280-242a-11eb-8a74-87912f51af8b.png)
   
   


----------------------------------------------------------------
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


Reply via email to