powered_by table is fixed.
[cocanwiki.git] / scripts / sitemap.ml
index 1aa8f24..1220324 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: sitemap.ml,v 1.9 2006/03/28 16:24:08 rich Exp $
+ * $Id: sitemap.ml,v 1.10 2006/07/27 16:46:55 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
@@ -60,7 +60,7 @@ let run r (q : cgi) dbh hostid { hostname = hostname } _ =
              | Some c ->
                  truncate 160
                    (Wikilib.text_of_xhtml
-                      (Wikilib.xhtml_of_content dbh hostid c))) ]
+                      (Wikilib.xhtml_of_content dbh hostid c))) ]
        | _ -> assert false) rows in
 
   template#set "hostname" hostname;