validator/htdocs/dev/tests 2689-attribute-no-space.xhtml,1.1,1.2

Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv4057/htdocs/dev/tests

Modified Files:
	2689-attribute-no-space.xhtml 
Log Message:
removing tabs to help count columns properly

Index: 2689-attribute-no-space.xhtml
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/2689-attribute-no-space.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 2689-attribute-no-space.xhtml	2 Oct 2007 06:10:42 -0000	1.1
+++ 2689-attribute-no-space.xhtml	13 Feb 2009 20:49:29 -0000	1.2
@@ -1,11 +1,10 @@
 <!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>
-		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-		<title>Test</title>
-	</head>
-	<body id="foo"class="bar"lang="baz">
-	  <p>The body element for this document is missing white space between attributes. This is not legal in XHTML.</p>
-	</body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Test</title>
+</head>
+<body id="foo"class="bar"lang="baz">
+<p>The body element for this document is missing white space between attributes. This is not legal in XHTML.</p>
+</body>
 </html>

Received on Friday, 13 February 2009 20:49:41 UTC