summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-04-05 12:38:44 +0000
committerBill Wendling <isanbard@gmail.com>2009-04-05 12:38:44 +0000
commit19a8dca186f67899b67fd2b3604e459345f9ff69 (patch)
tree6ded6b75e8951642206df2b6707614ea811b31c0 /docs
parent78c8fcef7bc01a4a1774cc8cf95f9fc9b2e9c2da (diff)
downloadexternal_llvm-19a8dca186f67899b67fd2b3604e459345f9ff69.zip
external_llvm-19a8dca186f67899b67fd2b3604e459345f9ff69.tar.gz
external_llvm-19a8dca186f67899b67fd2b3604e459345f9ff69.tar.bz2
Add character encoding declaration to fix verification warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/DeveloperPolicy.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index 987b622..de46ccd 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -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>