diff --git a/pialert/reporting.py b/pialert/reporting.py index 53ab1bd6..d6c94c2c 100755 --- a/pialert/reporting.py +++ b/pialert/reporting.py @@ -64,8 +64,11 @@ def construct_notifications(db, sqlQuery, tableTitle, skipText = False, supplied if len(jsn["data"]) > 0: text = tableTitle + "\n---------\n" + # Convert a JSON into an HTML table html = convert(jsn, build_direction=build_direction, table_attributes=table_attributes) - html = format_table(html, "data", headerProps, tableTitle).replace('