src/Pure/Isar/proof_context.ML
changeset 63518 ae8fd6fe63a1
parent 63515 6c46a1e786da
child 63542 e7b9ae541718
--- a/src/Pure/Isar/proof_context.ML	Sat Jul 16 18:56:43 2016 +0200
+++ b/src/Pure/Isar/proof_context.ML	Sat Jul 16 19:35:27 2016 +0200
@@ -1555,8 +1555,7 @@
       [] => ""
     | proofs =>
         "Proof outline with cases:\n" ^
-        Active.sendback_markup [Markup.padding_command]
-          (space_implode "\nnext\n" proofs ^ "\nqed"))
+        Active.sendback_markup_command (space_implode "\nnext\n" proofs ^ "\nqed"))
   end;