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/UsingLibraries.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/UsingLibraries.html')
| -rw-r--r-- | llvm/docs/UsingLibraries.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/UsingLibraries.html b/llvm/docs/UsingLibraries.html index 0c58e54cb5a..c86e6600025 100644 --- a/llvm/docs/UsingLibraries.html +++ b/llvm/docs/UsingLibraries.html @@ -1,7 +1,8 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> - <title>Using The LLVM Libraries</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>Using The LLVM Libraries</title> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> <body> |

