Posted by kiamlaluno on May 23, 2009 at 3:51am
| Project: | Advanced help |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
The content of the README that Advanced Help shows for this module is in italic, starting from Italic: Encloses the selected text with the tag.
Comments
#1
I think this issue belongs to advanced help module. Html tags in readme files should be escaped before printing.
#2
For reference, there is currently a @todo for this at line 527 in the module.
#3
The problem is the although AH identifies the specific case of README files earlier on in the processing, it does not keep the information when building the cache.
Suggested patch adds this information and check_plains such entries.
#4
And matching patch for D7
#5
Committed the d7 version, thanks.
#6
D6 patch. I just tested it again on the latest version.