diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-31 11:21:59 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-11-14 09:11:31 -0800 |
commit | 6fcdc27670387f48de3833c59882d528d9f7890e (patch) | |
tree | a7e427ee91915e3e3cd494abafbc0da38c7369a1 /docs/Projects.html | |
parent | 1bcc25881ecfe8afb4804efe1d3b8187e6bbf419 (diff) | |
download | external_llvm-6fcdc27670387f48de3833c59882d528d9f7890e.zip external_llvm-6fcdc27670387f48de3833c59882d528d9f7890e.tar.gz external_llvm-6fcdc27670387f48de3833c59882d528d9f7890e.tar.bz2 |
docs/*.html: Appease W3C Checker to add "charset=utf-8".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.html')
-rw-r--r-- | docs/Projects.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Projects.html b/docs/Projects.html index 910ebdb..da4b064 100644 --- a/docs/Projects.html +++ b/docs/Projects.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>Creating an LLVM Project</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> |