You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/10/26 10:54:56 UTC

svn commit: r467921 - /lenya/trunk/src/modules/xhtml/samples/xhtml.xml

Author: andreas
Date: Thu Oct 26 01:54:56 2006
New Revision: 467921

URL: http://svn.apache.org/viewvc?view=rev&rev=467921
Log:
Set title of XHTML document. This fixes bug #40709. Thanks to Richard Frovarp for the patch.

Modified:
    lenya/trunk/src/modules/xhtml/samples/xhtml.xml

Modified: lenya/trunk/src/modules/xhtml/samples/xhtml.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/xhtml/samples/xhtml.xml?view=diff&rev=467921&r1=467920&r2=467921
==============================================================================
--- lenya/trunk/src/modules/xhtml/samples/xhtml.xml (original)
+++ lenya/trunk/src/modules/xhtml/samples/xhtml.xml Thu Oct 26 01:54:56 2006
@@ -1,16 +1,16 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml" 
-      xmlns:xhtml="http://www.w3.org/1999/xhtml" 
-      xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0"
->
-  <head>
-    <title></title>
-  </head>
-  <body>
-    <h1>New XHTML document</h1>
-    <p>Here comes the text of your new document...</p>
-    <p>Click on the menu "File", "edit with BXE" (Firefox users) 
-       or "File", "edit with Kupu" (Explorer users) 
-    </p>
-  </body>
-</html>
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" 
+      xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+      xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0"
+>
+  <head>
+    <title>XHTML document</title>
+  </head>
+  <body>
+    <h1>New XHTML document</h1>
+    <p>Here comes the text of your new document...</p>
+    <p>Click on the menu "File", "edit with BXE" (Firefox users) 
+       or "File", "edit with Kupu" (Explorer users) 
+    </p>
+  </body>
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org