]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/content_pres/termContentPres.ml
urimanager removed
[helm.git] / matita / components / content_pres / termContentPres.ml
index 28bcbe314a2e3db6b279160c3c56a776b7c51908..80d4d65a9cd55dc9a80f51c99cf3f67a2d9edbc2 100644 (file)
@@ -81,7 +81,7 @@ let ident_w_href href i =
   match href with
   | None -> ident i
   | Some href ->
-      let href = UriManager.string_of_uri href in
+      let href = NReference.string_of_reference href in
       add_xml_attrs [Some "xlink", "href", href] (ident i)
 
 let binder_symbol s =