aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-03-24 06:42:09 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-03-24 06:42:09 +0000
commit9a0c9551fabcb032b446ac97ede00c87c25cb6a4 (patch)
treee64272dfb426a6ec470ffba5da3f51a6cbc344f6
parent5217a5b58cf0c34982671ce823634daf8e2460bb (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.html2
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>