Posted by alexweber on January 10, 2013 at 7:09pm
1 follower
| Project: | Features |
| Version: | 7.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
In features_admin_form() some markup is actually injected into the description to add information on conflicts, dependencies and requirements, however the description is later being outputted using check_plain() which escapes the markup and just looks weird. Simple patch on its way.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| Screen Shot 2013-01-10 at 5.08.42 PM.png | 109.92 KB | Ignored | None | None |
Comments
#1
Since the information comes from a module's .info file its safe to avoid running check_plain() on it IMO.
#2
After looking at the 2.x branch I realised I had missed two more unneeded check_plains() in the string substitutions from l()