--- a/src/Pure/ProofGeneral/pgml.ML Thu Aug 28 00:33:19 2008 +0200
+++ b/src/Pure/ProofGeneral/pgml.ML Thu Aug 28 00:49:54 2008 +0200
@@ -110,7 +110,7 @@
(* NOTE: we assume strings are already XML escaped here, for convenience in Isabelle;
would be better not to *) (* FIXME !??? *)
- fun atom_to_xml (Sym {name, content}) = XML.Elem ("sym", attr name name, [XML.Text content])
+ fun atom_to_xml (Sym {name, content}) = XML.Elem ("sym", attr "name" name, [XML.Text content])
| atom_to_xml (Str content) = XML.Text content;
fun pgmlterm_to_xml (Atoms {kind, content}) =