Author: kpreisser
Date: Sun Oct  6 21:01:35 2013
New Revision: 1529689

URL: http://svn.apache.org/r1529689
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
Improve HTML markup.

Modified:
    tomcat/trunk/webapps/docs/api/index.html
    tomcat/trunk/webapps/docs/elapi/index.html
    tomcat/trunk/webapps/docs/jspapi/index.html
    tomcat/trunk/webapps/docs/servletapi/index.html
    tomcat/trunk/webapps/docs/websocketapi/index.html

Modified: tomcat/trunk/webapps/docs/api/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/api/index.html?rev=1529689&r1=1529688&r2=1529689&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/api/index.html (original)
+++ tomcat/trunk/webapps/docs/api/index.html Sun Oct  6 21:01:35 2013
@@ -14,10 +14,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
+<!DOCTYPE html>
 <html>
     <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <meta charset="UTF-8" />
     <title>API docs</title>
 </head>
 

Modified: tomcat/trunk/webapps/docs/elapi/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/elapi/index.html?rev=1529689&r1=1529688&r2=1529689&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/elapi/index.html (original)
+++ tomcat/trunk/webapps/docs/elapi/index.html Sun Oct  6 21:01:35 2013
@@ -14,10 +14,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
+<!DOCTYPE html>
 <html>
     <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <meta charset="UTF-8" />
     <title>API docs</title>
 </head>
 

Modified: tomcat/trunk/webapps/docs/jspapi/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jspapi/index.html?rev=1529689&r1=1529688&r2=1529689&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jspapi/index.html (original)
+++ tomcat/trunk/webapps/docs/jspapi/index.html Sun Oct  6 21:01:35 2013
@@ -14,10 +14,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
+<!DOCTYPE html>
 <html>
     <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <meta charset="UTF-8" />
     <title>API docs</title>
 </head>
 

Modified: tomcat/trunk/webapps/docs/servletapi/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/servletapi/index.html?rev=1529689&r1=1529688&r2=1529689&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/servletapi/index.html (original)
+++ tomcat/trunk/webapps/docs/servletapi/index.html Sun Oct  6 21:01:35 2013
@@ -14,10 +14,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
+<!DOCTYPE html>
 <html>
     <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <meta charset="UTF-8" />
     <title>API docs</title>
 </head>
 

Modified: tomcat/trunk/webapps/docs/websocketapi/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/websocketapi/index.html?rev=1529689&r1=1529688&r2=1529689&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/websocketapi/index.html (original)
+++ tomcat/trunk/webapps/docs/websocketapi/index.html Sun Oct  6 21:01:35 2013
@@ -14,10 +14,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
+<!DOCTYPE html>
 <html>
     <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <meta charset="UTF-8" />
     <title>API docs</title>
 </head>
 



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

Reply via email to