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 2013/07/21 23:01:52 UTC

svn commit: r1505476 - /openoffice/ooo-site/trunk/templates/footer.html

Author: marcus
Date: Sun Jul 21 21:01:52 2013
New Revision: 1505476

URL: http://svn.apache.org/r1505476
Log:
Corrected HTML error

Modified:
    openoffice/ooo-site/trunk/templates/footer.html

Modified: openoffice/ooo-site/trunk/templates/footer.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/templates/footer.html?rev=1505476&r1=1505475&r2=1505476&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/templates/footer.html (original)
+++ openoffice/ooo-site/trunk/templates/footer.html Sun Jul 21 21:01:52 2013
@@ -1,13 +1,21 @@
   <div id="{{ headers.divid }}">
-    <div id="poweredbya"><p><a href="http://www.apache.org/"><img src="/images/feather-small.gif" alt="Apache Software Foundation"/></p></a></div>
+    <div id="poweredbya">
+      <p>
+        <a href="http://www.apache.org/"><img src="/images/feather-small.gif" alt="Apache Software Foundation" /></a>
+      </p>
+    </div>
     <div id="copyrighta">
       <p style="text-align:center;">
-	<a href="/license.html">Copyright &amp; License</a> | <a href="/privacy.html">Privacy</a> | <a href="/contact_us.html">Contact Us</a> | <a href="http://www.apache.org/foundation/contributing.html#Paypal">Donate</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+        <a href="/license.html">Copyright &amp; License</a> |
+        <a href="/privacy.html">Privacy</a> |
+        <a href="/contact_us.html">Contact Us</a> |
+        <a href="http://www.apache.org/foundation/contributing.html#Paypal">Donate</a> |
+        <a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
       </p>
       <p>
-	Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation.
-	OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
-	Other names appearing on the site may be trademarks of their respective owners.
+        Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation.
+        OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
+        Other names appearing on the site may be trademarks of their respective owners.
       </p>
     </div>
   </div>