Skip to content

Hyperlink typo in PSF grants FAQ #2082

@laggron42

Description

@laggron42

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:

  1. Go to https://www.python.org/psf/grants/faq/
  2. Scroll down to the section "Q: Can we use your logo or a similar logo?"

Screenshots

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions