[
https://issues.apache.org/jira/browse/VELOCITY-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henning Schmiedehausen closed VELOCITY-40.
------------------------------------------
> Escaping examples wrong
> -----------------------
>
> Key: VELOCITY-40
> URL: https://issues.apache.org/jira/browse/VELOCITY-40
> Project: Velocity
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.2
> Environment: Operating System: All
> Platform: All
> Reporter: Mikael Gueck
> Assigned To: Velocity-Dev List
>
> On page:
> http://jakarta.apache.org/velocity/user-guide.html
> ## The following line defines $email in this template:
> #set( $email = "foo" )
> $email
> \$email
> \\$email
> \\\$email
> does not render as the documentation states
> foo
> $email
> \$email
> \\$email
> but rather
> foo
> $email
> \foo
> \$email
> The same error is also faithfully reproduced in the Finnish User Manual
> http://jakarta.apache.org/velocity/user-guide_fi.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]