You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2012/08/27 22:47:36 UTC

svn commit: r830299 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/print_tables_aoo.js

Author: buildbot
Date: Mon Aug 27 20:47:35 2012
New Revision: 830299

Log:
Staging update by buildbot for openofficeorg

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 27 20:47:35 2012
@@ -1 +1 @@
-1377848
+1377850

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 27 20:47:35 2012
@@ -1 +1 @@
-1377848
+1377850

Modified: websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js Mon Aug 27 20:47:35 2012
@@ -146,8 +146,8 @@ function write_empty_row() {
  * This writes the "Go back to top" link within a table
  */
 function write_top() {
-	document.write( "<tr><td class='footer' colspan='" + COLSPAN + "'>&nbsp;<br /><br />" );
-	document.write( "<small><a href='#top' title='Go back to the top of the page'>Go back to top</a></small><br /><br />" );
+	document.write( "<tr><td class='footer' colspan='" + COLSPAN + "'>&nbsp;<br />" );
+	document.write( "<small><a href='#top' title='Go back to the top of the page'>Go back to top</a></small><br />" );
 	document.write( "&nbsp;</td></tr>" );
 }