improve bullets, patch by Mike Miller


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@103000 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/index.html b/www/index.html
index ec62b6d..f8863f8 100644
--- a/www/index.html
+++ b/www/index.html
@@ -130,9 +130,17 @@
   <li>cd build</li>
   <li>cmake ../compiler-rt</li>
   <li>make</li>
-  <li>To run the Compiler-RT Test Suit (recommended):</li>
+  </ul>
+
+  <p>To run the Compiler-RT Test Suit (recommended):</p>
+
+  <ul>
   <li>ctest</li>
-  <li>To Install:</li>
+  </ul>
+
+  <p>To Install:</p>
+
+  <ul>
   <li>make install</li>
   </ul>