X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fsearch.ml;fp=scripts%2Fsearch.ml;h=a4ac393a5c24b1a032adb002e006061106459080;hb=71958fc27c100df65016307d29e71e166d7a6906;hp=13899ce63835428d4de5a7387a9472822d9d6531;hpb=af370056e8d3f7a0cb0a1ded0efc536bcf2bf4ea;p=cocanwiki.git diff --git a/scripts/search.ml b/scripts/search.ml index 13899ce..a4ac393 100644 --- a/scripts/search.ml +++ b/scripts/search.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * 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 r dbh hostid content)) in let linkname = linkname_of_sectionname sectionname in let last_modified = printable_date last_modified in [ "url", Template.VarString url;