You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2018/02/04 13:22:28 UTC

svn commit: r1823094 - /openoffice/devtools/aoo-stats/downloads-by-country.py

Author: mseidel
Date: Sun Feb  4 13:22:28 2018
New Revision: 1823094

URL: http://svn.apache.org/viewvc?rev=1823094&view=rev
Log:
Added cellpadding to table

Modified:
    openoffice/devtools/aoo-stats/downloads-by-country.py

Modified: openoffice/devtools/aoo-stats/downloads-by-country.py
URL: http://svn.apache.org/viewvc/openoffice/devtools/aoo-stats/downloads-by-country.py?rev=1823094&r1=1823093&r2=1823094&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/downloads-by-country.py (original)
+++ openoffice/devtools/aoo-stats/downloads-by-country.py Sun Feb  4 13:22:28 2018
@@ -92,7 +92,7 @@ print "<title>OpenOffice Downloads by Co
 print "<html>"
 print "<body>"
 print "<p>This table shows downloads per <a href='http://en.wikipedia.org/wiki/Country_code_top-level_domain'>country</a> for the period from " + sys.argv[2] + " to " + sys.argv[3] + ".</p>"
-print "<table border='1'>"
+print "<table border='1' cellpadding='10'>"
 
 print "<tr>"
 print "<th>Rank</th>"