Add IE6- and IE7-specific stylesheets, only served to broken browsers.
[cocanwiki.git] / scripts / edit_user_form.ml
index f9695a5..ef3866f 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: edit_user_form.ml,v 1.11 2006/07/26 16:34:18 rich Exp $
+ * $Id: edit_user_form.ml,v 1.12 2006/12/06 09:46:57 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
@@ -29,7 +29,7 @@ open Cocanwiki_template
 open Cocanwiki_date
 
 let run r (q : cgi) dbh hostid _ _ =
-  let template = get_template dbh hostid "edit_user_form.html" in
+  let template = get_template dbh hostid "edit_user_form.html" in
 
   let userid = Int32.of_string (q#param "userid") in