The '#description' on line 76 contains

, and tags that do not appear to be 'check_plain'-ed, causing the form to render incompletely. wrapping the t() in a check_plain fixes this issue, obviously. There's a good chance this may be the result of some unusual settings on our particular install, as otherwise I'd imagine many more people would be complaining. When I get an opportunity to test on our other server I'll report back if I experience similar problems.
CommentFileSizeAuthor
#8 yh.patch1.16 KByhager
#7 yh.patch0 bytesyhager

Comments

ragaskar’s picture

well, that should read "contains <object>, <embed> and <script>" tags. heh.

steven jones’s picture

Status: Active » Fixed

Other tags in descriptions appear to be written as &lt;tag>, so copied that style to the description in question.

tangent’s picture

Escaping the characters <, >, and & is necessary in any xml (including xhtml). Most browsers tend to "do what I mean" in the case of xhtml but it's best practice to escape them anyway.

Anonymous’s picture

Status: Fixed » Closed (fixed)
jcbrew’s picture

Status: Active » Closed (fixed)

This is still not fixed... I just installed the module and I am getting the same problem. If I am supposed to "fix" it could you please let me know how this is done?

I am using IE 7, FireFox 3, Safari 3.2.1 on Windows XP...

Thanks

jcbrew’s picture

Status: Closed (fixed) » Active
yhager’s picture

Status: Closed (fixed) » Needs review
StatusFileSize
new0 bytes

very simple fix, patch attached.

yhager’s picture

StatusFileSize
new1.16 KB

Please ignore previous attachment. This is the right one.