diff options
author | emkael <emkael@tlen.pl> | 2019-11-07 23:21:46 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-11-07 23:21:46 +0100 |
commit | 78786c9c6ed9df39f1e34b3ad2735f9656adc7cf (patch) | |
tree | f17df0f2823139958fd5be316827a03359e656f5 /dealconvert/formats/html.py | |
parent | bf6cf6276a5cb6a9b2d8c5f88017899a52edacbd (diff) |
PDF output format
Diffstat (limited to 'dealconvert/formats/html.py')
-rw-r--r-- | dealconvert/formats/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dealconvert/formats/html.py b/dealconvert/formats/html.py index 244b6f2..0b5b403 100644 --- a/dealconvert/formats/html.py +++ b/dealconvert/formats/html.py @@ -188,7 +188,7 @@ class HTMLFormat(DealFormat): for row in deal_rows: table_content += '<table style="margin-top: -1px"><tr>' for deal in row: - table_content += '<td style="width: 4.9cm; border: solid 1px black">' + table_content += '<td style="width: 6.4cm; border: solid 1px black; padding: 0">' deal_cells = [ ['', '', '', ''], ['', '', '', ''], |