Author: marcus
Date: Mon Mar 30 09:55:07 2015
New Revision: 1670031

URL: http://svn.apache.org/r1670031
Log:
Fixed HTML errors, regarding W3C Validator

Modified:
    openoffice/ooo-site/trunk/content/index.html

Modified: openoffice/ooo-site/trunk/content/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index.html?rev=1670031&r1=1670030&r2=1670031&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Mon Mar 30 09:55:07 2015
@@ -229,24 +229,26 @@
   //-->
   </script>
 
-  <li>
-    <hr />
-  </li>
+  <ul>
+    <li>
+      <hr />
+    </li>
 
-  <li>
-    <div class="action-info">
-      <div class="action-text action-link">
-        <a href="why/index.html">
-          <h2>I want to learn more about OpenOffice</h2>
-          <p>What is Apache OpenOffice? And why should I use it?</p>
-        </a>
+    <li>
+      <div class="action-info">
+        <div class="action-text action-link">
+          <a href="why/index.html">
+            <h2>I want to learn more about OpenOffice</h2>
+            <p>What is Apache OpenOffice? And why should I use it?</p>
+          </a>
+        </div>
       </div>
-    </div>
-  </li>
+    </li>
 
-  <li>
-    <hr />
-  </li>
+    <li>
+      <hr />
+    </li>
+  </ul>
 
   <!-- Show the download link with currently available version number, loaded 
via JavaScript -->
   <script type="text/javascript">


Reply via email to