diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 09:21:32 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 09:21:32 +0000 |
commit | cbadf80a878b16e0e0a85e6cc8b7667ff8dc3fca (patch) | |
tree | 78b7f08fcdd7ed2d7e165aa6deba7932b025f95e /docs/UsingLibraries.html | |
parent | bd72241e5e62d40a62e0516291181c53f3a2acd1 (diff) |
Correct the document type declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17401 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsingLibraries.html')
-rw-r--r-- | docs/UsingLibraries.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index c4695f8668..9494db6f08 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -1,5 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<!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> |