Author: cbrisson
Date: Mon Oct 8 19:36:04 2018
New Revision: 1843191
URL: http://svn.apache.org/viewvc?rev=1843191&view=rev
Log:
[site/engine] Review previous commit
Modified:
velocity/site/cms/trunk/content/engine/devel/configuration.mdtext
velocity/site/cms/trunk/content/engine/devel/vtl-reference.mdtext
Modified: velocity/site/cms/trunk/content/engine/devel/configuration.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/configuration.mdtext?rev=1843191&r1=1843190&r2=1843191&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/configuration.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/configuration.mdtext Mon Oct
8 19:36:04 2018
@@ -238,7 +238,7 @@ The following resource management config
**`parser.allows.dash.in.identifiers = false`**
-> This is a backward compatibility option, false by default, which allows the
**`-`** character inside variable identifiers. If enabled, be warned that you
will have to surround the mathematical minus sign with spaces for it to be
correctly interpreted.
+> This is a backward compatibility option, false by default, which allows the
'**`-`**' character inside variable identifiers. If enabled, be warned that you
will have to surround the mathematical minus sign with spaces for it to be
correctly interpreted.
## Event Handlers
Modified: velocity/site/cms/trunk/content/engine/devel/vtl-reference.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/vtl-reference.mdtext?rev=1843191&r1=1843190&r2=1843191&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/vtl-reference.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/vtl-reference.mdtext Mon Oct
8 19:36:04 2018
@@ -19,7 +19,7 @@ Examples:
+ Formal notation: `${mudSlinger_9}`
+ Silent Formal notation: `$!{mudSlinger_9}`
-*Note that for backward compatibility reasons, it's possible to enable **`-`**
as a valid character in variables identifiers, [see the parser configuration
section](configuration.html#parser-configuration)
+*Note that for backward compatibility reasons, it's possible to enable
'**`-`**' as a valid character in variables identifiers, [see the parser
configuration section](configuration.html#parser-configuration).*
### Properties