aboutsummaryrefslogtreecommitdiffstats
path: root/docs/HowToSubmitABug.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-10-31 11:21:59 +0000
committerStephen Hines <srhines@google.com>2011-11-14 09:11:31 -0800
commit6fcdc27670387f48de3833c59882d528d9f7890e (patch)
treea7e427ee91915e3e3cd494abafbc0da38c7369a1 /docs/HowToSubmitABug.html
parent1bcc25881ecfe8afb4804efe1d3b8187e6bbf419 (diff)
downloadexternal_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/HowToSubmitABug.html')
-rw-r--r--docs/HowToSubmitABug.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index 10ff9de..baefce3 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.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>How to submit an LLVM bug report</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
</head>