Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
1.8.1
-
None
-
Firefox 3.0.8 Mac OS
-
Unknown
-
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}}