You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/01/08 10:29:20 UTC

svn commit: r1723667 - /sling/site/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.mdtext

Author: kwin
Date: Fri Jan  8 09:29:20 2016
New Revision: 1723667

URL: http://svn.apache.org/viewvc?rev=1723667&view=rev
Log:
fix indentation

Modified:
    sling/site/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.mdtext

Modified: sling/site/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.mdtext?rev=1723667&r1=1723666&r2=1723667&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.mdtext Fri Jan  8 09:29:20 2016
@@ -189,6 +189,8 @@ Defines regularly used scripting variabl
 * **log**, provides an SLF4J Logger for logging to the Sling log system from within scripts, eg. log.info("Executing my script").
 * **currentNode**, the underlying JCR node (if there is one) of the current resource.
 * **bindings**, provides access to the SlingBindings object for access to non-standard scripting variables.
+
+
 See also [Scripting variables in CMS](https://cwiki.apache.org/confluence/display/SLING/Scripting+variables#Scriptingvariables-JSP)