Remove BOM and add meta-charset.

Thu, 29 Mar 2012 13:05:47 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 29 Mar 2012 13:05:47 -0700
changeset 5318
1a7463c1d7f7
parent 5317
db80fef343f8
child 5319
f91b37f68e81

Remove BOM and add meta-charset.

css3-animations/Overview.html file | annotate | diff | comparison | revisions
css3-animations/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-animations/Overview.html	Thu Mar 29 13:03:51 2012 -0700
     1.2 +++ b/css3-animations/Overview.html	Thu Mar 29 13:05:47 2012 -0700
     1.3 @@ -4,6 +4,7 @@
     1.4  <html lang=en>
     1.5   <head>
     1.6    <title>CSS Animations</title>
     1.7 +  <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
     1.8    <link href="../default.css" rel=stylesheet type="text/css">
     1.9    <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
    1.10    type="text/css">
     2.1 --- a/css3-animations/Overview.src.html	Thu Mar 29 13:03:51 2012 -0700
     2.2 +++ b/css3-animations/Overview.src.html	Thu Mar 29 13:05:47 2012 -0700
     2.3 @@ -1,9 +1,10 @@
     2.4 -<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'
     2.5 +<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'
     2.6    'http://www.w3.org/TR/html4/strict.dtd'>
     2.7  
     2.8  <html lang="en">
     2.9  <head>
    2.10    <title>CSS Animations</title>
    2.11 +  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    2.12    <link rel="stylesheet" type="text/css" href="../default.css">
    2.13    <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
    2.14  </head>

mercurial