From aed648afd2cf8b09d67fb39c9672b71166089395 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Mon, 28 Dec 2020 10:29:34 +0100 Subject: Fix broken HTML rendering of inference rules (fix #12783). --- tools/coqdoc/output.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/coqdoc/output.ml b/tools/coqdoc/output.ml index a87dfb5b2e..10edb0b4db 100644 --- a/tools/coqdoc/output.ml +++ b/tools/coqdoc/output.ml @@ -783,7 +783,7 @@ module Html = struct printf " %s\n" (replace_spaces line)) in let end_assumption () = (printf " \n"; - printf "\n") in + printf "\n") in let rec print_assumptions hyps = match hyps with | [] -> start_assumption "  " -- cgit v1.2.3