Skip to content

Commit

Permalink
PR#4913: fix output of index file wehn given a custom index text
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9479 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
zoggy committed Dec 18, 2009
1 parent f2f0f0e commit 1a69d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocamldoc/odoc_html.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a69d6b

Please sign in to comment.