utilisation de la classe .code dans les balsises code

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4702 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Maxence Guesdon 2002-04-18 13:20:50 +00:00
parent f1a4685927
commit 0c11a83a8a
1 changed files with 3 additions and 3 deletions

View File

@ -181,7 +181,7 @@ let print_comment () =
"</code><table><tr><td>"^(make_margin ())^"</td><td>"^
"<span class=\""^comment_class^"\">"^
"(**"^html^"*)"^
"</span></td></tr></table><code>"
"</span></td></tr></table><code class=\""^code_class^"\">"
with
e ->
prerr_endline (Printexc.to_string e);
@ -506,8 +506,8 @@ let html_of_code ?(with_pre=true) code =
margin := 0;
let start = "<span class=\""^code_class^"\"><code>" in
let ending = "</code></span>" in
let start = "<code class=\""^code_class^"\">" in
let ending = "</code>" in
let html =
(
try