From 78786c9c6ed9df39f1e34b3ad2735f9656adc7cf Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 7 Nov 2019 23:21:46 +0100 Subject: PDF output format --- dealconvert/formats/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dealconvert/formats/html.py') 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 += '' for deal in row: - table_content += '
' + table_content += '' deal_cells = [ ['', '', '', ''], ['', '', '', ''], -- cgit v1.2.3