its20 CVS commit

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5
In directory hutz:/tmp/cvs-serv27040/examples/html5

Modified Files:
	EX-term-html5-local-1.html 
Log Message:
small example fix

Index: EX-term-html5-local-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-term-html5-local-1.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- EX-term-html5-local-1.html	18 Jun 2012 00:50:46 -0000	1.1
+++ EX-term-html5-local-1.html	19 Sep 2012 15:02:22 -0000	1.2
@@ -1,9 +1,11 @@
-<html lang="en">
+<!DOCTYPE html>
+<html lang=en>
   <head>
-    <meta charset="utf-8" />
-    <title>Terminology test: default</title>
+    <meta charset=utf-8>
+      <title>Terminology test: default</title>
   </head>
   <body>
-    <p>We need a new <span its-term="yes">motherboard</span></p>
+    <p>We need a new <span its-term=yes>motherboard</span>
+    </p>
   </body>
-</html>
+</html>
\ No newline at end of file

Received on Wednesday, 19 September 2012 15:02:28 UTC