Author: cbrisson
Date: Mon Sep 12 13:17:13 2016
New Revision: 1760362

URL: http://svn.apache.org/viewvc?rev=1760362&view=rev
Log:
little docfix in user guide7

Modified:
    velocity/site/cms/trunk/content/engine/devel/user-guide.mdtext

Modified: velocity/site/cms/trunk/content/engine/devel/user-guide.mdtext
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/user-guide.mdtext?rev=1760362&r1=1760361&r2=1760362&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/user-guide.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/user-guide.mdtext Mon Sep 12 
13:17:13 2016
@@ -974,7 +974,7 @@ is equally valid as the following snippe
 
     Send me #set($foo=["$10 and ","a pie"])#foreach($a in $foo)$a#end please.
 
-Velocity's behaviour is to gobble up excess whitespace. The preceding 
directive can be written as:
+Velocity's default behaviour is to gobble up excess whitespace. The preceding 
directive can be written as:
 
     Send me
     #set( $foo = ["$10 and ","a pie"] )
@@ -990,7 +990,7 @@ or as
                      #foreach           ($a in $foo )$a
              #end please.
 
-In each case the output will be the same.
+In each case the output will be the same. Please note that it's possible to 
configure Velocity with other space gobbling behaviors.
 
 ## Other Features and Miscellany
 


Reply via email to