Fix some validation errors.
authorBill Wendling <isanbard@gmail.com>
Mon, 23 Jul 2007 04:44:02 +0000 (04:44 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 23 Jul 2007 04:44:02 +0000 (04:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40417 91177308-0d34-0410-b5e6-96231b3b80d8

docs/HowToReleaseLLVM.html

index 41d3d57fb6571aaec309f2d4666db15b265efd3e..c7934215d5454a8a82fbef751831535d0073546c 100644 (file)
@@ -34,6 +34,8 @@
 
   <p>
   There are three main tasks for building a release of LLVM:
+  </p>
+
   <ol>
     <li>Create the LLVM source distribution.</li>
     <li>Create the LLVM GCC source distribtuion.</li>
@@ -42,7 +44,6 @@
         of the libraries found in <tt>llvm/runtime</tt> from the LLVM
         source distribution created in Step 1.</li>
   </ol>
-  </p>
 </div>
 
 <!-- *********************************************************************** -->
@@ -187,8 +188,8 @@ svn co https://llvm.org/svn/llvm-project/llvm/branches/release_<i>XX</i>
 svn co https://llvm.org/svn/llvm-project/llvm-gcc-4.0/branches/release_<i>XX</i>
 svn co https://llvm.org/svn/llvm-project/test-suite/branches/release_<i>XX</i>
 </pre>
-</div>
-    </li>
+</div></li>
+  </ol>
 </div>
 
 <!-- ======================================================================= -->