]> matita.cs.unibo.it Git - helm.git/commitdiff
background (deprecated) ==> mathbackground
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 28 Jul 2003 15:15:58 +0000 (15:15 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 28 Jul 2003 15:15:58 +0000 (15:15 +0000)
helm/gTopLevel/xmlDiff.ml

index 9468ccc3f68a96bd1a16a7db85f4448828969a1c..307e02ac0db8c325fd45b0b5ebb3158a89118a3c 100644 (file)
@@ -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))