Author: kwin
Date: Sun Nov 27 11:50:18 2016
New Revision: 1771568

URL: http://svn.apache.org/viewvc?rev=1771568&view=rev
Log:
fix wrong escaping

Modified:
    sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext

Modified: 
sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext?rev=1771568&r1=1771567&r2=1771568&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext 
(original)
+++ sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext Sun 
Nov 27 11:50:18 2016
@@ -53,7 +53,7 @@ If you are working with the default Apac
             }
         }
 
-Custom OSGi DS annotations (e.g. for Sling servlets) are not yet supported by 
the OSGi spec (and therefore by bnd), but this is supposed to be fixed with DS 
1.4 (OSGi 7), see also 
[FELIX-5396](https://issues.apache.org/jira/browse/FELIX-5396)).
+  Custom OSGi DS annotations (e.g. for Sling servlets) are not yet supported 
by the OSGi spec (and therefore by bnd), but this is supposed to be fixed with 
DS 1.4 (OSGi 7), see also 
[FELIX-5396](https://issues.apache.org/jira/browse/FELIX-5396)).
 
 2. The `@SlingServlet` annotation (evaluated by maven-scr-plugin)
 
@@ -99,7 +99,7 @@ The registration properties `sling.servl
 
 
     sling.servlet.resourceTypes = [ "sling/unused" ]
-    sling.servlet.selectors = [ "img", "tab" \]
+    sling.servlet.selectors = [ "img", "tab" ]
     sling.servlet.extensions = [ "html", "txt", "json" ]
 
 A Servlet service registered with these properties is registered for the 
following resource types:


Reply via email to