Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Component/s: {Unused} 1.0 to 2.0 converter, {Unused} Rendering 2.0
-
Labels:None
-
Tests:Unit
-
Similar issues:
Description
for example
#if ($var > 0) #end
gives
{{velocity}} #if ($var {{html wiki=true}}>{{/html}} 0) #end {{/velocity}}
instead of
{{velocity}} #if ($var > 0) #end {{/velocity}}