Author: markt
Date: Wed Oct 30 11:28:54 2013
New Revision: 1537048

URL: http://svn.apache.org/r1537048
Log:
Fix markup
Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml?rev=1537048&r1=1537047&r2=1537048&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml Wed Oct 30 11:28:54 
2013
@@ -90,7 +90,7 @@
    initiated the write. Since the container thread pool is not exposed via the
    Servlet API, the WebSocket implementation has to provide its own thread 
pool.
    This thread pool is controlled by the following servlet context
-   initialization parameters:<a>
+   initialization parameters:</p>
    <ul>
      <li><code>org.apache.tomcat.websocket.executorCoreSize</code>: The core
          size of the executor thread pool. If not set, the default of 0 (zero)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to