-
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
Description
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.
poppastring