Added {{shell}} for running external shell commands.
[cocanwiki.git] / scripts / largest_pages.ml
index 161d12a..d9b54f8 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: largest_pages.ml,v 1.6 2006/03/28 16:24:07 rich Exp $
+ * $Id: largest_pages.ml,v 1.7 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
@@ -32,7 +32,7 @@ let modem_speed = 56000 / 10          (* 56kbps modem. *)
 let overhead = 2 (* Number of seconds to open connection + render page. *)
 
 let run r (q : cgi) dbh hostid _ _ =
-  let template = get_template dbh hostid "largest_pages.html" in
+  let template = get_template dbh hostid "largest_pages.html" in
 
   (* Grab the pages from the database, ordered by size.
    * NB.  At the moment we count the size of the markup, which is only an