Added external functions allowing the markup to be extended.
[cocanwiki.git] / scripts / search.ml
index 13899ce..a4ac393 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: search.ml,v 1.10 2006/03/28 16:24:08 rich Exp $
+ * $Id: search.ml,v 1.11 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
@@ -186,7 +186,7 @@ let run r (q : cgi) dbh hostid host user =
             let content =
               truncate 160
                 (Wikilib.text_of_xhtml
-                   (Wikilib.xhtml_of_content dbh hostid content)) in
+                   (Wikilib.xhtml_of_content dbh hostid content)) in
             let linkname = linkname_of_sectionname sectionname in
             let last_modified = printable_date last_modified in
             [ "url", Template.VarString url;