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
[x] 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:
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
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>
tagFlagpack is an open source project published under a:
MIT license
Steps to Reproduce
<a>
tag is getting displayed instead of showing a linkScreenshots
Logs
Context
Your Environment