From fb564f84723cab6509ee4f7a72fa088ab069ba31 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 6 Jul 2005 09:12:49 +0000 Subject: [PATCH] removed (wrong) output encoding iso-8859-1 --- helm/ocaml/cic_transformations/ast2pres.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ocaml/cic_transformations/ast2pres.ml b/helm/ocaml/cic_transformations/ast2pres.ml index c7a82e533..5c1ea95d7 100644 --- a/helm/ocaml/cic_transformations/ast2pres.ml +++ b/helm/ocaml/cic_transformations/ast2pres.ml @@ -579,7 +579,7 @@ let box_prefix = "b";; let add_xml_declaration stream = [< - Xml.xml_cdata "\n" ; + Xml.xml_cdata "\n" ; Xml.xml_cdata "\n"; Xml.xml_nempty ~prefix:box_prefix "box" [ Some "xmlns","m","http://www.w3.org/1998/Math/MathML" ; -- 2.39.2