SOMEthing went utterly wrong in 5b51ccdc8623;
authorwenzelm
Wed, 08 Aug 2012 10:40:52 +0200
changeset 48724 e6e1b436caf0
parent 48723 0829e958f0aa
child 48725 e852f4d6af80
SOMEthing went utterly wrong in 5b51ccdc8623;
src/Pure/System/build.scala
--- a/src/Pure/System/build.scala	Wed Aug 08 00:22:06 2012 +0200
+++ b/src/Pure/System/build.scala	Wed Aug 08 10:40:52 2012 +0200
@@ -399,7 +399,7 @@
         browser_info + Path.explode("isabelle.gif"))
       File.write(browser_info + Path.explode("index.html"),
         File.read(Path.explode("~~/lib/html/library_index_header.template")) +
-        File.read(Path.explode("~~/lib/html/library_index_Session_Content.template")) +
+        File.read(Path.explode("~~/lib/html/library_index_content.template")) +
         File.read(Path.explode("~~/lib/html/library_index_footer.template")))
     }