how to reproduce:
- allow anonymous to access comments
- create a page with a comment
- visit that page as anonymous
the link inviting to login or register to post a comment is escaped
<a href="/d7/user/login?destination=comment/reply/1%2523comment-form">Login</a> or <a href="/d7/user/register?destination=comment/reply/1%2523comment-form">register</a> to post comments
| Comment | File | Size | Author |
|---|---|---|---|
| comment_forbidden_html.patch | 623 bytes | scor |
Comments
Comment #1
catchhmm, seems to be escaped with the patch too. Either way could we have a test for it?
Comment #2
R.Muilwijk commentedThis has already been fixed see current codebase:
Issue: http://drupal.org/node/470866