Don't forget the date\!
[cocanwiki.git] / scripts / diff.ml
index fb576c5..fa93674 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: diff.ml,v 1.10 2006/03/27 18:09:46 rich Exp $
+ * $Id: diff.ml,v 1.11 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_diff
 
 let run r (q : cgi) dbh hostid _ user =
-  let template = get_template dbh hostid "diff.html" in
+  let template = get_template dbh hostid "diff.html" in
 
   let page = q#param "page" in
   let page = if page = "" then "index" else page in