]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/interface/styleConfiguration.ml
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / interface / styleConfiguration.ml
index 38bcc8e35a7e06e65caa44491e6b6c5c46579617..ff85de71826f4071b51fe929b2d98e873600733b 100644 (file)
@@ -17,7 +17,7 @@ let filename =
    let xml = "style-configuration.xml" in
    let tmp_xml = Configuration.tmp_dir ^ "/" ^ xml in
    let request_xml = Configuration.getter_url ^ "getstyleconf?uri=" ^ xml in
-   Getter.raw_get request_xml tmp_xml ;
+   ClientHTTP.get_and_save request_xml tmp_xml ;
    tmp_xml 
 
 exception Warnings;;