Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.8.3, 1.9 M2
-
Component/s: {Unused} 1.0 to 2.0 converter
-
Labels:None
-
Tests:Unit
-
Difficulty:Unknown
-
Similar issues:
Description
1.0 Input:
#if($var) #else #set($var = $something) #end
2.0 output:
{{velocity}} {{html wiki="true"}} #if($var) 1. #set($var = $something) #end {{/html}} {{/velocity}}