projects
/
helm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98aeb4f
)
added support for multiple idrefs
author
Stefano Zacchiroli
<zack@upsilon.cc>
Tue, 27 Sep 2005 14:15:17 +0000
(14:15 +0000)
committer
Stefano Zacchiroli
<zack@upsilon.cc>
Tue, 27 Sep 2005 14:15:17 +0000
(14:15 +0000)
helm/matita/matitaMathView.ml
patch
|
blob
|
history
diff --git
a/helm/matita/matitaMathView.ml
b/helm/matita/matitaMathView.ml
index 4297634c809e423c8856efb4c24d7ff7384973ad..be144b9492f9ef9cd5d36cf49948799da445aaf3 100644
(file)
--- a/
helm/matita/matitaMathView.ml
+++ b/
helm/matita/matitaMathView.ml
@@
-281,7
+281,7
@@
object (self)
let xref_attr =
node#getAttributeNS ~namespaceURI:DomMisc.helm_ns ~localName:xref_ds
in
- xref_attr#to_string
+ List.hd (HExtlib.split ~sep:' ' xref_attr#to_string)
in
let id = get_id node in
let script = MatitaScript.instance () in