Author: mseidel
Date: Wed Dec  7 15:58:03 2016
New Revision: 1773102

URL: http://svn.apache.org/viewvc?rev=1773102&view=rev
Log:
Minor changes

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=1773102&r1=1773101&r2=1773102&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Wed Dec  7 15:58:03 2016
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; />
+<html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <meta name="name" content="Apache OpenOffice" />
     <meta name="description" content="The official home page of the Apache 
OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw 
and Base." />
     <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, 
Apache Open Office, OpenOffice.org, Official, Official Site, Writer, Calc, 
Impress, Draw, Base, ODF, Open Document Format, free office editors" />
@@ -190,14 +190,14 @@
        switch( lang_mode ) {
                case "hard":
                        // Do not show a message, just redirect. 
-                       window.open( "http://www.openoffice.org/"; + lang_iso , 
"_self" );
+                       window.open( "https://www.openoffice.org/"; + lang_iso , 
"_self" );
                        break;
                case "soft":
                        // Show a message and redirect only on user's click.
                        // Assign the message text that is defined in:
                        // "/msg_prop_l10n.js", array 
"l10n.index_redirect_text", column 1),
                        document.write( "<div id='redirect_box'"
-                       + " onclick='window.open( \"http://www.openoffice.org/"; 
+ lang_iso + "\", \"_self\" );"
+                       + " onclick='window.open( 
\"https://www.openoffice.org/"; + lang_iso + "\", \"_self\" );"
                        + "return false;'>"
                        + "<ul><li>"
                        + "<p>" + lang_text + "</p>"
@@ -349,22 +349,22 @@
           <div class="action-social-extra">
             <p>
               <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'ApacheBlog' );"
-                title="Blog of OpenOffice.">
+                title="Blog of OpenOffice">
                 <img src="images/logo-rss-16.png" alt="Blog of OpenOffice" />
                 <a>Official Blog</a>
               </span>
               <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'Facebook' );"
-                title="Follow us on Facebook.">
+                title="Follow us on Facebook">
                 <img src="images/logo-facebook-16.png" alt="Follow us on 
Facebook" />
                 <a>Facebook</a>
               </span>
               <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'Twitter' );"
-                title="Follow us on Twitter.">
+                title="Follow us on Twitter">
                 <img src="images/logo-twitter-16.png" alt="Follow us on 
Twitter" />
                 <a>Twitter</a>
               </span>
               <span style="padding: 0 5px; cursor: pointer;" 
onclick="javascript:follow( 'GooglePlus' );"
-                title="Follow us on Google+.">
+                title="Follow us on Google+">
                 <img src="images/logo-googleplus-16.png" alt="Follow us on 
Google+" />
                 <a>Google+</a>
               </span>
@@ -441,8 +441,8 @@
     </p>
   </div>
 
-  <div id="all_news" style="height: 500px; float: left; overflow: auto;">
-    <div class="campaign">
+  <div id="all_news" style="height: 480px; float: left; overflow: auto;">
+    <div class="first campaign">
       <h2>Recent News</h2>
 
       <p style="text-align:right">


Reply via email to