diff options
-rw-r--r-- | ocamldoc/odoc_html.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/odoc_html.ml b/ocamldoc/odoc_html.ml index 1d58787df..bcf264716 100644 --- a/ocamldoc/odoc_html.ml +++ b/ocamldoc/odoc_html.ml @@ -2341,9 +2341,9 @@ class html = bs b "<br/>"; self#html_of_Module_list b (List.map (fun m -> m.m_name) module_list); - bs b "</body>\n</html>" | Some i -> self#html_of_info ~indent: false b info ); + bs b "</body>\n</html>"; Buffer.output_buffer chanout b; close_out chanout with |