Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.9.3, 2.0 M4
-
None
-
Unit
-
Unknown
-
Description
For example
#macro(macro1) <div> #end #macro(macro2) </div> #end
should give
{{velocity}} #macro(macro1) {{html}} <div> {{/html}} #end #macro(macro2) {{html}} </div> {{/html}} #end {{/velocity}}
instead of
{{velocity}} {{html}} #macro(macro1) <div> #end #macro(macro2) </div> #end {{/html}} {{/velocity}}
because when the velocity register the macro it loose the fact that the content contains html
Attachments
Issue Links
- is related to
-
XRENDERING-113 When there is html before and after a header the converter should generate several html macro
- Closed