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 | 271fe88b3f8972408d36c512cd4ef0717291f113 (patch) | |
tree | e33161ea3f1b8854e83e3891cfac3fd35fa2448e /llvm/docs | |
parent | fea14b55990842e3a851d19f13dfe3c2060537ea (diff) | |
download | bcm5719-llvm-271fe88b3f8972408d36c512cd4ef0717291f113.tar.gz bcm5719-llvm-271fe88b3f8972408d36c512cd4ef0717291f113.zip |
Correct the document type declaration.
llvm-svn: 17401
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/UsingLibraries.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/UsingLibraries.html b/llvm/docs/UsingLibraries.html index c4695f86686..9494db6f08a 100644 --- a/llvm/docs/UsingLibraries.html +++ b/llvm/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> |