Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.8.1
-
Fix Version/s: None
-
Component/s: {Unused} 1.0 to 2.0 converter, {Unused} Rendering 2.0
-
Labels:None
-
Environment:Firefox 3.0.8 Mac OS
-
Difficulty:Unknown
-
Similar issues:
Description
When switching from syntax 1 to syntax 2 a $doc.name / $doc.web is encapsulated in a "velocity" marker but also in a "html wiki=true" marker
Correct me if i'm wrong, but the "html wiki=true" is useless and shouldn't be used here.
{{velocity}}{{html wiki=true}}$doc.name{{/html}}{{/velocity}}
Instead of
{{velocity}}$doc.name{{/velocity}}