author | wenzelm |
Mon, 11 Oct 1999 20:42:06 +0200 | |
changeset 7831 | 2a13c396201d |
parent 7830 | bd97236cbc02 |
child 7832 | 77bac5d84162 |
--- a/src/Pure/Thy/html.ML Mon Oct 11 16:07:35 1999 +0200 +++ b/src/Pure/Thy/html.ML Mon Oct 11 20:42:06 1999 +0200 @@ -222,7 +222,7 @@ | encl (Some true) = I; fun file (opt_ref, path, loadit) = href_opt_path opt_ref (encl loadit (file_path path)); - val files = space_implode " + " o map file; + val files = space_implode " " o map file; val parents = space_implode " + " o map (uncurry href_opt_path o apsnd name); fun theory up A =