[LON-CAPA-cvs] cvs: rat /client empty.html
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 17 Feb 2005 09:09:31 -0000
albertel Thu Feb 17 04:09:31 2005 EDT
Modified files:
/rat/client empty.html
Log:
- Doctype on emptyhtml
Index: rat/client/empty.html
diff -u rat/client/empty.html:1.1 rat/client/empty.html:1.2
--- rat/client/empty.html:1.1 Tue Jun 27 23:41:48 2000
+++ rat/client/empty.html Thu Feb 17 04:09:31 2005
@@ -1,4 +1,7 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
+<head>
+</head>
<body bgcolor="#FFFFFF">
</body>
-</html>
\ No newline at end of file
+</html>