One-step create & edit.
[cocanwiki.git] / scripts / wikilib.ml
index b366ae2..8d7b83b 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI - a wiki written in Objective CAML.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: wikilib.ml,v 1.8 2004/09/30 14:58:14 rich Exp $
+ * $Id: wikilib.ml,v 1.9 2004/10/09 09:41:39 rich Exp $
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -234,7 +234,7 @@ let markup_link dbh hostid link =
          "/" ^ url, "internal", title
        with
            Not_found ->
-             "/_bin/create_form.cmo?title=" ^ escape_url url, "newpage", title
+             "/_bin/edit.cmo?title=" ^ escape_url url, "newpage", title
       ) in
 
     "<a href=\"" ^ url ^