]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMisc.ml
added choose_uri method to console, used by the interpreter to implement the
[helm.git] / helm / matita / matitaMisc.ml
index c9d8ae4a6dbc313a2ede0b2110468afaec6c044d..094f965e0ae20d02aff1ae0130d82899b4d729a3 100644 (file)
@@ -54,7 +54,7 @@ let empty_mathml () =
     ~qualifiedName:(Gdome.domString "math") ~doctype:None
 
 let empty_boxml () =
-  Misc.domImpl#createDocument ~namespaceURI:(Some Misc.boxml_ns)
+  Misc.domImpl#createDocument ~namespaceURI:(Some Misc.boxml_ns) 
     ~qualifiedName:(Gdome.domString "box") ~doctype:None
 
 exception History_failure