llvm/docs/*.html: Fix markups.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153508 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 7294cdd..74e8534 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -140,6 +140,8 @@
 </h2>
 <!-- *********************************************************************** -->
 
+<div>
+
 <div class="question">
 <p>Why are the LLVM source code and the front-end distributed under different
    licenses?</p>
@@ -185,12 +187,16 @@
    GPL, as explained in the first question above.</p>
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <h2>
   <a name="source">Source Code</a>
 </h2>
 <!-- *********************************************************************** -->
 
+<div>
+
 <div class="question">
 <p>In what language is LLVM written?</p>
 </div>
@@ -223,12 +229,16 @@
 
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <h2>
   <a name="build">Build Problems</a>
 </h2>
 <!-- *********************************************************************** -->
 
+<div>
+
 <div class="question">
 <p>When I run configure, it finds the wrong C compiler.</p>
 </div>
@@ -435,11 +445,15 @@
 <p>We regret the inconvenience.</p>
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <h2>
   <a name="felangs">Source Languages</a>
 </h2>
 
+<div>
+
 <div class="question">
 <p><a name="langs">What source languages are supported?</a></p>
 </div>
@@ -540,11 +554,15 @@
    Instruction</a>.</p>
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <h2>
   <a name="cfe">Using the GCC Front End</a>
 </h2>
 
+<div>
+
 <div class="question">
 <p>When I compile software that uses a configure script, the configure script
    thinks my system has all of the header files and libraries it is testing for.
@@ -697,11 +715,15 @@
    order to have the result conform to the platform ABI.</p>
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <h2>
   <a name="cfe_code">Questions about code generated by the GCC front-end</a>
 </h2>
 
+<div>
+
 <div class="question">
 <p><a name="iosinit">What is this <tt>llvm.global_ctors</tt> and
    <tt>_GLOBAL__I__tmp_webcompile...</tt> stuff that happens when I <tt>#include
@@ -907,6 +929,8 @@
 
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 
 <hr>