diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-24 06:42:09 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-24 06:42:09 +0000 |
commit | 9a0c9551fabcb032b446ac97ede00c87c25cb6a4 (patch) | |
tree | e64272dfb426a6ec470ffba5da3f51a6cbc344f6 | |
parent | 5217a5b58cf0c34982671ce823634daf8e2460bb (diff) |
Remove a spurious <table> tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27045 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/HowToReleaseLLVM.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index 02b54bb7ee..decb89f174 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -9,8 +9,6 @@ <div class="doc_title">How To Release LLVM To The Public</div> <p class="doc_warning">NOTE: THIS DOCUMENT IS A WORK IN PROGRESS!</p> - -<table class="layout" style="width: 90%" > <ol> <li><a href="#introduction">Introduction</a></li> <li><a href="#process">Release Process</a> |