- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Mar 2012 03:59:15 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv11329
Modified Files:
WD.html media-capture-api.html
Log Message:
validatipon
Index: media-capture-api.html
===================================================================
RCS file: /sources/public/2009/dap/camera/media-capture-api.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- media-capture-api.html 21 Mar 2012 03:44:20 -0000 1.1
+++ media-capture-api.html 21 Mar 2012 03:59:13 -0000 1.2
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml' lang='en'>
<head>
- <meta charset='utf-8'/>
+ <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<title>The Media Capture API</title>
<script src='../ReSpec.js/js/respec.js' class='remove'></script>
<script class='remove'>
Index: WD.html
===================================================================
RCS file: /sources/public/2009/dap/camera/WD.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- WD.html 21 Mar 2012 03:56:55 -0000 1.1
+++ WD.html 21 Mar 2012 03:59:13 -0000 1.2
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
<html lang="en" dir="ltr">
<head>
- <meta charset="utf-8">
+ <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<title>The Media Capture API</title>
Received on Wednesday, 21 March 2012 03:59:17 UTC