summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/context.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/context.cxx b/cli/context.cxx
index 1513e8a..a051000 100644
--- a/cli/context.cxx
+++ b/cli/context.cxx
@@ -1841,7 +1841,7 @@ format (semantics::scope& scope, string const& s, bool para)
heading_map[pi] = n; // Save it for later.
}
else
- v += "<td colspan=\"2\">";
+ v += "<td class=\"preface\" colspan=\"2\">";
v += pv; // No newline
tocs.push_back (toc_entry (t));