Author: cziegeler
Date: Wed May 11 12:59:26 2016
New Revision: 1743353
URL: http://svn.apache.org/viewvc?rev=1743353&view=rev
Log:
Add missing info about escaping spaces
Modified:
sling/site/trunk/content/documentation/development/slingstart.mdtext
Modified: sling/site/trunk/content/documentation/development/slingstart.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/slingstart.mdtext?rev=1743353&r1=1743352&r2=1743353&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/slingstart.mdtext
(original)
+++ sling/site/trunk/content/documentation/development/slingstart.mdtext Wed
May 11 12:59:26 2016
@@ -182,7 +182,7 @@ The 1 character type code is one of:
* 'C' : Character
* 'B' : Boolean
-Apart from the escaping of the usual characters like the quotes, double
quotes, backslash etc. the equals sign need to be escaped as well!
+Apart from the escaping of the usual characters like the quotes, double
quotes, backslash etc. the equals sign and spaces need to be escaped as well!
### Configurations Defined through Properties