src/Pure/Thy/present.scala
changeset 66041 c49bd8bb4839
parent 66040 f826ba18fe08
child 66043 f704c063e95d
--- a/src/Pure/Thy/present.scala	Thu Jun 08 14:08:07 2017 +0200
+++ b/src/Pure/Thy/present.scala	Thu Jun 08 14:27:13 2017 +0200
@@ -123,6 +123,6 @@
 
   def theory_document(snapshot: Document.Snapshot): XML.Body =
   {
-    make_html(snapshot.markup_to_XML(document_span_elements))
+    make_html(snapshot.markup_to_XML(None, document_span_elements))
   }
 }