From c7df55119bd5bd936684ff6f6777df8ea19e68c1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 8 Oct 2016 12:06:52 +0200 Subject: Add class to preface TOC element so that it can be styled --- cli/context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += ""; + v += ""; v += pv; // No newline tocs.push_back (toc_entry (t)); -- cgit v1.1