Download & Extend

The README content shown through Advanced help is in italic

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

Project:BUEditor» Advanced help
Version:6.x-1.3» 6.x-1.x-dev
Component:Documentation» Code

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

Status:active» needs review

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.

AttachmentSize
readme.patch 1.58 KB

#4

Version:6.x-1.x-dev» 7.x-1.x-dev

And matching patch for D7

AttachmentSize
readme_7.patch 1.63 KB

#5

Version:7.x-1.x-dev» 6.x-1.x-dev

Committed the d7 version, thanks.

#6

D6 patch. I just tested it again on the latest version.

AttachmentSize
readme_10.patch 1.58 KB