Skip to content

Hyperlinks in Comments Don't Work #662

@thousandtyone

Description

@thousandtyone

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions