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.

Comments

salvis’s picture

Fixed in the D6 and D7 -dev versions (give it up to 12h to be repackaged).

Thanks!

salvis’s picture

Status: Active » Closed (fixed)

Seems to have worked.