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:09:33 UTC

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

Author: marcus
Date: Wed Jul  2 22:09:32 2014
New Revision: 1607492

URL: http://svn.apache.org/r1607492
Log:
Fixed HTML error: NOSCRIPT tag is not allowed inside LI 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=1607492&r1=1607491&r2=1607492&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Wed Jul  2 22:09:32 2014
@@ -144,7 +144,7 @@ screen reader.
 
     <!-- Show the download link, without version number -->
     <noscript>
-      <li>
+<!--      <li> -->
         <div class="action-download">
           <div class="action-text action-link">
             <a href="download/index.html">
@@ -153,7 +153,7 @@ screen reader.
             </a>
           </div>
         </div>
-      </li>
+<!--      </li> -->
     </noscript>
 
   <ul>