Closed (works as designed)
Project:
Insert Block
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2010 at 06:10 UTC
Updated:
1 Mar 2011 at 15:34 UTC
When viewed via advanced help, README.txt doesn't show the complete code example (as is correctly shown on the project page), instead showing:
[block:=]
It should show:
[block:<name of module>=<delta of block>]
Comments
Comment #1
nancydruI haven't done a whole lot with Advanced Help, but if memory serves me, it is expecting properly formatted HTML; that is not what a README.txt file is, or should be. I would fully expect the browser to not display
<something that is not a tag>. If you want to use Advanced Help, then you need to submit a feature request to supply a proper file. Improper implementations of another module does not constitute a bug for this module.