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:24:29 UTC

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

Author: marcus
Date: Wed Jul  2 22:24:28 2014
New Revision: 1607494

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

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

Modified: openoffice/ooo-site/trunk/content/xx/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/xx/index.html?rev=1607494&r1=1607493&r2=1607494&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/xx/index.html (original)
+++ openoffice/ooo-site/trunk/content/xx/index.html Wed Jul  2 22:24:28 2014
@@ -117,43 +117,43 @@ 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>"
-      + "<div class='action-download'>"
-        + "<div class='action-text action-link'>"
-          + "<a href='download/index.html'>"
-            + "<h2>I want to download Apache OpenOffice</h2>"
-            + "<p style='font-size: 1.0em; font-weight: bold;'>(Most recent release: " + VERSION + ")</p>"
-            + "<p>Download Apache OpenOffice for free <b>(really!)</b> | "
-              + "<a href='https://blogs.apache.org/OOo/entry/with_apache_openoffice_you_get'"
-                + "title='Blog post: With Apache OpenOffice you get what you do not pay for' target='_blank'>"
-                + "Click here to get more information"
-              + "</a>."
-            + "</p>"
-          + "</a>"
-        + "</div>"
+  <!-- Show the download link with currently available version number, loaded via JavaScript -->
+  <script type="text/javascript">
+  <!--
+  document.write( "<ul><li>"
+    + "<div class='action-download'>"
+      + "<div class='action-text action-link'>"
+        + "<a href='download/index.html'>"
+          + "<h2>I want to download Apache OpenOffice</h2>"
+          + "<p style='font-size: 1.0em; font-weight: bold;'>(Most recent release: " + VERSION + ")</p>"
+          + "<p>Download Apache OpenOffice for free <b>(really!)</b> | "
+            + "<a href='https://blogs.apache.org/OOo/entry/with_apache_openoffice_you_get'"
+              + "title='Blog post: With Apache OpenOffice you get what you do not pay for' target='_blank'>"
+              + "Click here to get more information"
+            + "</a>."
+          + "</p>"
+        + "</a>"
       + "</div>"
-    + "</li>" );
-    //-->
-    </script>
-
-    <!-- Show the download link, without version number -->
-    <noscript>
-      <li>
-        <div class="action-download">
-          <div class="action-text action-link">
-            <a href="download/index.html">
-              <h2>I want to download Apache OpenOffice</h2>
-              <p>Download Apache OpenOffice for free, or find out about other ways of getting it.</p>
-            </a>
-          </div>
-        </div>
-      </li>
-    </noscript>
+    + "</div>"
+  + "</li></ul>" );
+  //-->
+  </script>
+
+  <!-- Show the download link, without version number -->
+  <noscript>
+    <div class="action-download">
+      <div class="action-text action-link">
+        <a href="download/index.html">
+          <h2>I want to download Apache OpenOffice</h2>
+          <p>Download Apache OpenOffice for free, or find out about other ways of getting it.</p>
+        </a>
+      </div>
+    </div>
+  </noscript>
 
+  <ul>
     <li>
       <hr />
     </li>