Whoops, a div got closed in the wrong place.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9927 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/LLVMVsTheWorld.html b/docs/LLVMVsTheWorld.html
index 955fbab..23646ed 100644
--- a/docs/LLVMVsTheWorld.html
+++ b/docs/LLVMVsTheWorld.html
@@ -63,11 +63,11 @@
 compilation frameworks. (See our tech report on <a
 href="http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html">Lifelong
 Code Optimization</a> for more.)</p>
-</div>
 
 <p>GCC: Many relatively mature platform backends support assembly-language code
 generation from many source languages. No run-time compilation
 support. Relatively weak optimization support.</p>
+</div>
 
 <!-- *********************************************************************** -->
 <div class="doc_section">