Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2008 at 20:54 UTC
Updated:
21 Jun 2010 at 23:03 UTC
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