diff --git a/src/plugins/WebPage.py b/src/plugins/WebPage.py index a0b2ef806..b0e36d8b5 100644 --- a/src/plugins/WebPage.py +++ b/src/plugins/WebPage.py @@ -728,7 +728,7 @@ class WebReport(Report.Report): doc.write_text(name) doc.end_link() if col_len <= 0 and end_col == 0: - doc.write_text('') + doc.write_raw('') doc.start_paragraph('IndexLabel') doc.write_text(_("%s (continued)") % name[0]) doc.end_paragraph()