lenya/src/webapp/lenya/pubs/default/content/authoring/tutorial index.xml,1.3,1.4
Michael Wechner <[email protected]> Thu, 22 May 2003 16:12:19 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/content/authoring/tutorial
In directory erbium:/tmp/cvs-serv16088/src/webapp/lenya/pubs/default/content/authoring/tutorial
Modified Files:
index.xml
Log Message:
xhtml dtd added
Index: index.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/content/authoring/tutorial/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.xml 20 May 2003 15:20:36 -0000 1.3
--- index.xml 22 May 2003 14:12:16 -0000 1.4
***************
*** 1,11 ****
<?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE html
! PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
! <title>Tutorial</title>
</head>
<body>
--- 1,9 ----
<?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
! <title>Lenya Tutorial</title>
</head>
<body>