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/Packaging.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/Packaging.html')
-rw-r--r-- | docs/Packaging.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Packaging.html b/docs/Packaging.html index 7261cc2..ed7cfbe 100644 --- a/docs/Packaging.html +++ b/docs/Packaging.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>Advice on Packaging LLVM</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> |