From: Claudio Sacerdoti Coen Date: Mon, 28 Jul 2003 15:15:58 +0000 (+0000) Subject: background (deprecated) ==> mathbackground X-Git-Tag: LucaOK~26 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=9215c609bf523dcf07666c0dd2eb8732c08fb55c background (deprecated) ==> mathbackground --- diff --git a/helm/gTopLevel/xmlDiff.ml b/helm/gTopLevel/xmlDiff.ml index 9468ccc3f..307e02ac0 100644 --- a/helm/gTopLevel/xmlDiff.ml +++ b/helm/gTopLevel/xmlDiff.ml @@ -53,7 +53,7 @@ let highlight_node ?(color="yellow") (doc: Gdome.document) (n: Gdome.node) = ~namespaceURI:(Some (Gdome.domString mathmlns)) ~qualifiedName:(Gdome.domString "m:mstyle") in - highlighter#setAttribute ~name:(Gdome.domString "background") + highlighter#setAttribute ~name:(Gdome.domString "mathbackground") ~value:(Gdome.domString color) ; highlighter#setAttributeNS ~namespaceURI:(Some (Gdome.domString xmldiffns))