tuned output;
authorwenzelm
Thu, 21 Dec 2017 22:56:51 +0100
changeset 67250 6c837185aa61
parent 67249 b6282f149b50
child 67251 573077aa2826
child 67268 bdf25939a550
tuned output;
src/Pure/Tools/bibtex.scala
--- a/src/Pure/Tools/bibtex.scala	Thu Dec 21 22:45:51 2017 +0100
+++ b/src/Pure/Tools/bibtex.scala	Thu Dec 21 22:56:51 2017 +0100
@@ -568,7 +568,7 @@
   {
     Isabelle_System.with_tmp_file("bib", "bib") { bib =>
       File.write(bib, snapshot.node.get_text)
-      html_output(List(bib), style = "unsortlist")
+      html_output(List(bib), style = "unsort")
     }
   }
 }