diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-04-05 12:38:44 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-04-05 12:38:44 +0000 |
| commit | d231f8a5923d02ee208da45bb2e001e33403fc32 (patch) | |
| tree | 58e02b785328978f3e894ee14d83952d01709a7c /llvm/docs/DeveloperPolicy.html | |
| parent | b95325c5439e59db0a1a6ebdbfa11097e4790987 (diff) | |
| download | bcm5719-llvm-d231f8a5923d02ee208da45bb2e001e33403fc32.tar.gz bcm5719-llvm-d231f8a5923d02ee208da45bb2e001e33403fc32.zip | |
Add character encoding declaration to fix verification warning.
llvm-svn: 68440
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
| -rw-r--r-- | llvm/docs/DeveloperPolicy.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 987b622f2ed..de46ccdd00e 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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> |

