X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fhistory_rss.ml;h=0aa95759ccf0ea2c8a6e4ecd5494d10605619eca;hb=0d913c7fee349ac0d46a9f9ce31977b2e5c545af;hp=11590e9b83b8bf6ef6ca4d454209dddcd3f651f8;hpb=34f804bb80902490c619e85759ab110fc440a838;p=cocanwiki.git diff --git a/scripts/history_rss.ml b/scripts/history_rss.ml index 11590e9..0aa9575 100644 --- a/scripts/history_rss.ml +++ b/scripts/history_rss.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: history_rss.ml,v 1.1 2004/11/01 17:46:21 rich Exp $ + * $Id: history_rss.ml,v 1.2 2004/11/02 11:05:58 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 @@ -97,7 +97,7 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid {hostname = hostname} _ = template#table "history" table; - q#template template + q#template ~content_type:"application/rss+xml" template let () = register_script ~restrict:[CanEdit] run