src/Pure/Thy/export_theory.ML
changeset 75763 8cf14d4ebec4
parent 74561 8e6c973003c8
child 75858 657b2de27454
--- a/src/Pure/Thy/export_theory.ML	Fri Aug 05 13:43:14 2022 +0200
+++ b/src/Pure/Thy/export_theory.ML	Fri Aug 05 14:05:42 2022 +0200
@@ -156,7 +156,7 @@
     val parents = Theory.parents_of thy;
     val _ =
       Export.export thy \<^path_binding>\<open>theory/parents\<close>
-        (XML.Encode.string (cat_lines (map Context.theory_long_name parents)));
+        (XML.Encode.string (terminate_lines (map Context.theory_long_name parents)));
 
 
     (* spec rules *)