You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/07/03 00:04:57 UTC

svn commit: r1607491 - /openoffice/ooo-site/trunk/content/index.html

Author: marcus
Date: Wed Jul  2 22:04:57 2014
New Revision: 1607491

URL: http://svn.apache.org/r1607491
Log:
Fixed HTML error: NOSCRIPT tag is not allowed inside UL tag

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=1607491&r1=1607490&r2=1607491&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Wed Jul  2 22:04:57 2014
@@ -118,11 +118,12 @@ screen reader.
     <li>
       <hr />
     </li>
+  </ul>
 
     <!-- Show the download link with currently available version number, loaded via JavaScript -->
     <script type="text/javascript">
     <!--
-    document.write( "<li>"
+    document.write( "<ul><li>"
       + "<div class='action-download'>"
         + "<div class='action-text action-link'>"
           + "<a href='download/index.html'>"
@@ -137,7 +138,7 @@ screen reader.
           + "</a>"
         + "</div>"
       + "</div>"
-    + "</li>" );
+    + "</li></ul>" );
     //-->
     </script>
 
@@ -155,6 +156,7 @@ screen reader.
       </li>
     </noscript>
 
+  <ul>
     <li>
       <hr />
     </li>