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

MIT license's URL is not working in the License details section #99

Open
1 of 3 tasks
JuanPabloDiaz opened this issue Feb 20, 2024 · 0 comments
Open
1 of 3 tasks

Comments

@JuanPabloDiaz
Copy link

the MIT license URL is not working as expected. it's displaying the HTML <a> tag instead of the MIT link.

Please check all that apply

  • visual bug
  • functional bug
  • able to consistently reproduce

Expected Behavior

Display the MIT license with a hyperlink for users to click on.

Current Behavior

The HTML <a> tag is getting displayed in the License details section of the support page.

Possible Solution

The <a> tag needs to be outside of the <p> tag

  <p data-v-31d4ab2c="">Flagpack is an open source project published under a </p>
  <a href="https://github.com/Yummygum/flagpack-core/blob/main/LICENSE" target="_blank" class="text-link" rel="noreferrer noopener">MIT license</a>

Flagpack is an open source project published under a:

MIT license

Steps to Reproduce

  1. From the main page, click on the support tab.
  2. In the License details
  3. The HTML <a> tag is getting displayed instead of showing a link

Screenshots

License details

Logs

Context

Your Environment

  • Version used:
  • Browser Name and version: Edge, Firefox, GC, Brave
  • Operating System and version (desktop or mobile):
  • Link to your project:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant