X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationPres.ml;fp=helm%2Focaml%2Fcic_notation%2FcicNotationPres.ml;h=f838521b231333ededbac6cd0f5feaba502335d3;hb=e935206addabeeaaf03b060154335e5c3c24553a;hp=34c4c652002e15865e34f892c781a557a1148a9b;hpb=3065dd135001f868c677ee181d8a1fa3d498866a;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationPres.ml b/helm/ocaml/cic_notation/cicNotationPres.ml index 34c4c6520..f838521b2 100644 --- a/helm/ocaml/cic_notation/cicNotationPres.ml +++ b/helm/ocaml/cic_notation/cicNotationPres.ml @@ -205,7 +205,7 @@ let render ids_to_uris = let lookup_uri id = (try let uri = Hashtbl.find ids_to_uris id in - Some uri + Some (UriManager.string_of_uri uri) with Not_found -> None) in let make_href xmlattrs xref =