Add IE6- and IE7-specific stylesheets, only served to broken browsers.
[cocanwiki.git] / scripts / stats.ml
index b7ddab7..c25b2b8 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: stats.ml,v 1.6 2006/03/28 16:24:08 rich Exp $
+ * $Id: stats.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
@@ -29,7 +29,7 @@ open Cocanwiki_template
 open Cocanwiki_server_settings
 
 let run r (q : cgi) dbh hostid { canonical_hostname = canonical_hostname } _ =
-  let template = get_template dbh hostid "stats.html" in
+  let template = get_template dbh hostid "stats.html" in
 
   let page = q#param "page" in