From b5fc7e9e8efc18935d562bd0690c9667fdc8066f Mon Sep 17 00:00:00 2001 From: Lysxia Date: Sat, 27 Jul 2019 09:11:02 -0400 Subject: [coqdoc] Nest into

instead of the other way around --- tools/coqdoc/output.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/coqdoc/output.ml b/tools/coqdoc/output.ml index 02f0290802..13d44d18b9 100644 --- a/tools/coqdoc/output.ml +++ b/tools/coqdoc/output.ml @@ -929,9 +929,9 @@ module Html = struct stop_item (); let ms = match sub with | None -> m | Some s -> m ^ ": " ^ s in if ln = "" then - printf "

%s

\n" m ms + printf "

%s

\n" m ms else - printf "

%s %s

\n" m ln ms + printf "

%s %s

\n" m ln ms | Toc_section (n, f, r) -> item n; printf "" r; f (); printf "\n" -- cgit v1.2.3