diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-31 11:21:59 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-31 11:21:59 +0000 |
commit | 5c6e4df71323e3c3b6eb23bfd4b1d908ab5b149a (patch) | |
tree | c6522cb099e59b70c13a79558a5d4afc1006b7ab /docs/DebuggingJITedCode.html | |
parent | 782c8fbd6e5f210f6273622c2df588d0e0b01761 (diff) |
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/DebuggingJITedCode.html')
-rw-r--r-- | docs/DebuggingJITedCode.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/DebuggingJITedCode.html b/docs/DebuggingJITedCode.html index 3911ea75ff..2ed3eb1d82 100644 --- a/docs/DebuggingJITedCode.html +++ b/docs/DebuggingJITedCode.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>Debugging JITed Code With GDB</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> |