aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--steuermann/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/report.py b/steuermann/report.py
index 8d95d1f..97dda29 100644
--- a/steuermann/report.py
+++ b/steuermann/report.py
@@ -147,7 +147,7 @@ def report_text( db, run_name, info_callback = info_callback_status ) :
t = get_table( db, run_name, tablename, info_callback )
- s.write( t.get_trac_wiki() )
+ s.write( t.get_trac_wiki(headings=True) )
return s.getvalue()