diff --git a/datascience/tables.py b/datascience/tables.py index c71efe273..f03b9edda 100644 --- a/datascience/tables.py +++ b/datascience/tables.py @@ -1861,8 +1861,8 @@ def as_html(self, max_rows=0): (3, ' '.join('' + fmt(v, label=False) + '' for v, fmt in zip(row, fmts))), (2, ''), - (1, ''), ] + lines.append((1, '')) lines.append((0, '')) if omitted: lines.append((0, '

... ({} rows omitted)

'.format(omitted)))