# HG changeset patch
# User Rob Hoes <[email protected]>
[ocamldoc] Add a UTF-8 encoding tag to the HTML output

Signed-off-by: Rob Hoes <[email protected]>

diff -r 20aebb18dd9c ocaml/doc/index.html
--- a/ocaml/doc/index.html      Fri Nov 20 16:13:02 2009 +0000
+++ b/ocaml/doc/index.html      Mon Nov 23 15:39:21 2009 +0000
@@ -1,8 +1,9 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
        <head>
                <title>OCamlDoc</title>
+               <meta http-equiv="Content-Type" 
content="text/html;charset=UTF-8">
                <script type="text/javascript" src="components.js"></script>
                <script type="text/javascript" src="ocamldoc.js"></script>
                <script>
# HG changeset patch
# User Rob Hoes <[email protected]>
[ocamldoc] Add a UTF-8 encoding tag to the HTML output

Signed-off-by: Rob Hoes <[email protected]>

diff -r 20aebb18dd9c ocaml/doc/index.html
--- a/ocaml/doc/index.html      Fri Nov 20 16:13:02 2009 +0000
+++ b/ocaml/doc/index.html      Mon Nov 23 15:39:21 2009 +0000
@@ -1,8 +1,9 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
        <head>
                <title>OCamlDoc</title>
+               <meta http-equiv="Content-Type" 
content="text/html;charset=UTF-8">
                <script type="text/javascript" src="components.js"></script>
                <script type="text/javascript" src="ocamldoc.js"></script>
                <script>
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to