diff options
author | Maxence Guesdon <maxence.guesdon@inria.fr> | 2010-06-04 05:37:50 +0000 |
---|---|---|
committer | Maxence Guesdon <maxence.guesdon@inria.fr> | 2010-06-04 05:37:50 +0000 |
commit | ef6ed63a782beb38a1be9fc4b5a1e904de93b741 (patch) | |
tree | b9af1b1d4b356388ac396357de5367c734c1a16d | |
parent | 7262f444b9173603fc4f1006f2537345c9f8e317 (diff) |
change back for the bad quote introduced yesterday
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10493 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-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 df1441c04..7b9050fb0 100644 --- a/ocamldoc/odoc_html.ml +++ b/ocamldoc/odoc_html.ml @@ -727,7 +727,7 @@ class html = val mutable doctype = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n" val mutable character_encoding = - "<meta content=\"text/html; charset=\"iso-8859-1\" http-equiv=\"Content-Type\">\n" + "<meta content=\"text/html; charset=iso-8859-1\" http-equiv=\"Content-Type\">\n" (** The default style options. *) val mutable default_style_options = |