Author: kpreisser Date: Fri Nov 8 15:33:07 2013 New Revision: 1540082 URL: http://svn.apache.org/r1540082 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Follow-Up to r1540077: Improve HTML markup in the examples.
Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.html Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.html URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.html?rev=1540082&r1=1540081&r2=1540082&view=diff ============================================================================== --- tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.html (original) +++ tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.html Fri Nov 8 15:33:07 2013 @@ -1,4 +1,4 @@ -<html> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -15,17 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> +<html lang="en"> <head> +<meta charset="UTF-8"> <title>View Source Code</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> -<body bgcolor="#FFFFFF"> -<p><font color="#0000FF"><a href="basic.jspx"><img src="../../images/execute.gif" align="right" border="0"></a><a -href="../../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> +<body> +<p><a href="basic.jspx"><img src="../../images/execute.gif" alt="Execute" style="border: 0;"></a><a +href="../../index.html"><img src="../../images/return.gif" alt="Return" style="border: 0;"></a></p> -<h3><a href="basic.jspx.html">Source Code for XHTML Basic Example<font color="#0000FF"></a> - </font> </h3> +<h3><a href="basic.jspx.html">Source Code for XHTML Basic Example</a></h3> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org