Details
-
Bug
-
Resolution: Invalid
-
Major
-
None
-
6.0
-
None
-
Unknown
-
Description
On a fresh instance of 6.0 I've installed Forum Application, so the following example will come from those pages exported.
Macros.xml
- initially
</dl> <div> ## Cannot choose status, will always create as in progress <input type="hidden" name="ForumCode.TopicClass_${fakeTopic.number}_status" value="inprogress" /> </div>
- exported
</dl>
 <div>
 ## Cannot choose status, will always create as in progress
 <input type="hidden" name="ForumCode.TopicClass_${fakeTopic.number}_status" value="inprogress" /> 
 </div>
The
>
are not transformed anymore but put in
>