Closed (fixed)
Project:
Terms of Use
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Dec 2008 at 23:22 UTC
Updated:
6 Apr 2009 at 21:30 UTC
In the form that is presented to the user who is registering, the title of the fieldset and the text beside the checkbox are not escaped. I discovered this by validating my registration page, and the only error was that an ampersand wasn't encoded. I had set the fieldset title to be "Terms & Conditions". To correct this, I have added the check_plain() function around these two outputs. Please review the attached patch. Thank you!
| Comment | File | Size | Author |
|---|---|---|---|
| check_plain.patch | 1.09 KB | nadavoid |
Comments
Comment #1
Chill35 commentedGood find. Great fix.
I will commit this asap.
Comment #2
Chill35 commented