]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/http_getter.ml
bugfix: leave ".theory" suffix in place for theory uris
[helm.git] / helm / ocaml / getter / http_getter.ml
index 795148b4b4edcd0a53e80430e78987e14b3e8642..dd4e483fafec583230a636153eba9221a8770324 100644 (file)
@@ -246,7 +246,7 @@ let dumb_ls uri_prefix =
         else
           try
             let obj =
-              { uri = strip_suffix theory_suffix fname;
+              { uri = strip_suffix ~suffix:xml_suffix fname;
                 ann = false; types = No; body = No; proof_tree = No }
             in
             items := Ls_object obj :: !items