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/Projects.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/Projects.html')
-rw-r--r-- | llvm/docs/Projects.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/Projects.html b/llvm/docs/Projects.html index 910ebdb426d..da4b06452b5 100644 --- a/llvm/docs/Projects.html +++ b/llvm/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> |