Closed (fixed)
Project:
Subscriptions
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2011 at 21:03 UTC
Updated:
22 Mar 2012 at 08:41 UTC
Node types containing special characters (such as &) get mangled for display in the node subscription form. This is the result of both calling check_plain on the type name, then passing it through t() with the placeholder replacement character (%). The attached patch removes the initial check_plain and allows t() to take care of it.
| Comment | File | Size | Author |
|---|---|---|---|
| subscriptions_node_types_check_plain.patch | 563 bytes | rbayliss |
Comments
Comment #1
salvisFixed in the D6 and D7 -dev versions (give it up to 12h to be repackaged).
Thanks!
Comment #2
salvisSeems to have worked.