You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ka...@apache.org on 2011/08/31 14:20:21 UTC

svn commit: r1163601 - /db/derby/docs/trunk/lib/index.html

Author: kahatlen
Date: Wed Aug 31 12:20:20 2011
New Revision: 1163601

URL: http://svn.apache.org/viewvc?rev=1163601&view=rev
Log:
DERBY-5359: Missing xmlns attribute for html element in docs

Add xmlns attribute in index.html.

Contributed by Jayaram Subramanian <rs...@gmail.com>.

Modified:
    db/derby/docs/trunk/lib/index.html

Modified: db/derby/docs/trunk/lib/index.html
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/lib/index.html?rev=1163601&r1=1163600&r2=1163601&view=diff
==============================================================================
--- db/derby/docs/trunk/lib/index.html (original)
+++ db/derby/docs/trunk/lib/index.html Wed Aug 31 12:20:20 2011
@@ -17,7 +17,7 @@
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" 
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-<html lang="en" xml:lang="en-us">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en-us">
   <head>
     <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
     <title>Web Sample</title>