Summary
The Special:Version page wraps the license for extensions in a URL to Special:Version/License/<name> where the name is the extension. However, if the license name includes a URL this causes a a tag to be wrapped inside of an a tag which isn't valid HTML
Steps to reproduce
- Install an extension that uses a URL in its license (such as https://gitlab.com/organicdesign/TreeAndMenu/-/blob/63673e85634882bd4b9b97902eda5c86052e95ee/extension.json#L10)
- Load Special:Version
- See that the license HTML has the URL in the license wrapped inside the link to Special:Version/License/<name>
Acceptance criterion
- Treat the license name as text and not wikitext