-
-
Notifications
You must be signed in to change notification settings - Fork 665
Closed
Description
Describe the bug
In the following paragraph, the <a href=...> tag isn't properly closed, breaking the hyperlink and displaying raw HTML
Q. Can we use your logo or a similar logo? How should we use the words "Python" or "PyCon"
which are trademarked?
A. Please <a href="https://www.python.org/psf/trademarks/">read our Trademark policy>. This covers the Python logo or any similar logos and the use of the words "Python" or "PyCon" and how you should proceed. if you have any doubts about your intended use of the trademarks, please contact the PSF Trademarks Committee.
Fix is easy
- A. Please \<a href="https://www.python.org/psf/trademarks/">read our Trademark policy>.
+ A. Please \<a href="https://www.python.org/psf/trademarks/">read our Trademark policy</a>.To Reproduce
Steps to reproduce the behavior:
- Go to https://www.python.org/psf/grants/faq/
- Scroll down to the section "Q: Can we use your logo or a similar logo?"
Screenshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
