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

Hyperlinks in Comments Don't Work #662

Open
thousandtyone opened this issue Dec 12, 2022 · 1 comment
Open

Hyperlinks in Comments Don't Work #662

thousandtyone opened this issue Dec 12, 2022 · 1 comment
Assignees
Labels

Comments

@thousandtyone
Copy link
Contributor

I have my site.config setup and allowed to accept hyerlinks:

 <validCommentTags name="0">
  <tag name="a" **attributes="href,title"** allowed="true" />

However when I add a comment as:

Hello <a href="htttp://www.thousandtyone.com">Thousandtyone</a>

The link doesn't show up. On further examination we can see that while the a tag is allowed the href attribute is still getting swallowed and the output produced is just:

Hello <a>Thousandtyone</a>

Given this bug users will never be able to add hyperlinks in comments.

Happy to fix this if no-one else is working on it.

@thousandtyone
Copy link
Contributor Author

@poppastring - If you agree this is a valid bug please do let me know and I'll be happy to investigate this and fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants