- From: Maciej Stachowiak via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Oct 2009 09:06:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/decision-policy
In directory hutz:/tmp/cvs-serv8072
Modified Files:
decision-policy.html
Log Message:
Add meta charset to make the validator happy.
Index: decision-policy.html
===================================================================
RCS file: /sources/public/html5/decision-policy/decision-policy.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- decision-policy.html 7 Oct 2009 08:53:44 -0000 1.4
+++ decision-policy.html 7 Oct 2009 09:06:26 -0000 1.5
@@ -3,6 +3,7 @@
<head>
<title>HTML Working Group Decision Policy</title>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+<meta charset="utf-8">
<style>
article, section {
display: block;
Received on Wednesday, 7 October 2009 09:06:32 UTC