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 | b8004d9b4c34a6d19be4ec658e331239b55c2f93 (patch) | |
tree | d9ffdf84dd49d863d7b9947ed40de391fac645a1 /llvm/docs/CodingStandards.html | |
parent | a24f2c8875e019a50206e7ee2939c10d3ea91ad0 (diff) | |
download | bcm5719-llvm-b8004d9b4c34a6d19be4ec658e331239b55c2f93.tar.gz bcm5719-llvm-b8004d9b4c34a6d19be4ec658e331239b55c2f93.zip |
docs/*.html: Appease W3C Checker to add "charset=utf-8".
llvm-svn: 143348
Diffstat (limited to 'llvm/docs/CodingStandards.html')
-rw-r--r-- | llvm/docs/CodingStandards.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index a96f760e674..7b05573703b 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.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"> <link rel="stylesheet" href="llvm.css" type="text/css"> <title>LLVM Coding Standards</title> </head> |