Author: kpreisser Date: Fri Oct 11 15:24:24 2013 New Revision: 1531333 URL: http://svn.apache.org/r1531333 Log: Follow-Up to r1531276: Merge changes for index.html from r1524838.
Modified: tomcat/tc7.0.x/trunk/webapps/examples/index.html Modified: tomcat/tc7.0.x/trunk/webapps/examples/index.html URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/index.html?rev=1531333&r1=1531332&r2=1531333&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/examples/index.html (original) +++ tomcat/tc7.0.x/trunk/webapps/examples/index.html Fri Oct 11 15:24:24 2013 @@ -14,19 +14,19 @@ See the License for the specific language governing permissions and limitations under the License. --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML><HEAD><TITLE>Apache Tomcat Examples</TITLE> -<META http-equiv=Content-Type content="text/html"> -</HEAD> -<BODY> -<P> -<H3>Apache Tomcat Examples</H3> -<P></P> +<!DOCTYPE HTML><html lang="en"><head> +<meta charset="UTF-8"> +<title>Apache Tomcat Examples</title> +</head> +<body> +<p> +<h3>Apache Tomcat Examples</H3> +<p></p> <ul> <li><a href="servlets">Servlets examples</a></li> <li><a href="jsp">JSP Examples</a></li> -<li><a href="websocket">WebSocket (JSR356) Examples</a></li> +<li><a href="websocket/index.xhtml">WebSocket (JSR356) Examples</a></li> <li><a href="websocket-deprecated">WebSocket Examples using the deprecated Apache Tomcat proprietary API</a></li> </ul> -</BODY></HTML> +</body></html> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org