Use Dbi_postgresql module.
authorrich <rich>
Wed, 16 Nov 2005 10:45:41 +0000 (10:45 +0000)
committerrich <rich>
Wed, 16 Nov 2005 10:45:41 +0000 (10:45 +0000)
Whitespace change in page_header.

scripts/lib/cocanwiki.ml
templates/page_header.html

index 33eb3b5..c2aca12 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: cocanwiki.ml,v 1.5 2005/03/31 14:24:04 rich Exp $
+ * $Id: cocanwiki.ml,v 1.6 2005/11/16 10:45:41 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
@@ -27,7 +27,7 @@ open Printf
 open Cocanwiki_ok
 open Cocanwiki_strings
 
-module Pool = DbiPool (Dbi_postgres)
+module Pool = DbiPool (Dbi_postgresql)
 
 (* This function is used to grab a database handle.  It's used in a couple
  * of very special places, and is not for general consumption.
index f6aae53..cb4a2a3 100644 (file)
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>::title_html::</title>
-::if(is_old_version)::<meta name="robots" content="noindex,nofollow"/>::end::
+::if(is_old_version)::<meta name="robots" content="noindex,nofollow" />::end::
 ::if(has_description)::<meta name="description" content="::description_html_tag::" />::end::
 <meta name="author" content="http://www.merjis.com/" />
 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>