HTML tweaking

This commit is contained in:
Oliver 2016-05-15 23:25:39 +10:00
parent aaa6a30047
commit 93a9ca1b11
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ def WriteHTML(filename, groups, net, headings, prefs):
html.write("<tr>\n") html.write("<tr>\n")
if prefs.numberRows: if prefs.numberRows:
html.write("\t<td>{n}</td>".format(n=rowCount)) html.write('\t<td align="center">{n}</td>'.format(n=rowCount))
for n, r in enumerate(row): for n, r in enumerate(row):
bg = bgColor(headings[n]) bg = bgColor(headings[n])