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 2012/08/27 22:47:04 UTC

svn commit: r1377850 - /incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js

Author: marcus
Date: Mon Aug 27 20:47:03 2012
New Revision: 1377850

URL: http://svn.apache.org/viewvc?rev=1377850&view=rev
Log:
Decreasing the row hight for the 'Go back to top' link

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js

Modified: incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js?rev=1377850&r1=1377849&r2=1377850&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js Mon Aug 27 20:47:03 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>" );
 }