Add character encoding declaration to fix verification warning.
authorBill Wendling <isanbard@gmail.com>
Sun, 5 Apr 2009 12:38:44 +0000 (12:38 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 5 Apr 2009 12:38:44 +0000 (12:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68440 91177308-0d34-0410-b5e6-96231b3b80d8

docs/DeveloperPolicy.html

index 987b622f2edff4af13cd45982fb89acd409f857a..de46ccdd00eae47e6e3e40b0ecf5448b6297b737 100644 (file)
@@ -2,6 +2,7 @@
                       "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>LLVM Developer Policy</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>