X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fedit_page_css.ml;h=70be88e4f850d845939077a0146ea2ef54e751ee;hb=3bbcd6cd55f445a3b8b54269237655570c89354b;hp=ed9f2da41bc7e49821fd5453282dcbc451bba18a;hpb=0b231fd67e1baed0cb500c83a4e97cc84b25423d;p=cocanwiki.git diff --git a/scripts/edit_page_css.ml b/scripts/edit_page_css.ml index ed9f2da..70be88e 100644 --- a/scripts/edit_page_css.ml +++ b/scripts/edit_page_css.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: edit_page_css.ml,v 1.24 2006/08/17 09:11:31 rich Exp $ + * $Id: edit_page_css.ml,v 1.25 2006/12/06 09:46:57 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 @@ -104,7 +104,7 @@ let run r (q : cgi) dbh hostid {hostname = hostname} user = Template.StdPages.method_ = None; Template.StdPages.params = [ "page", page ] } ] in ok ~title:"Stylesheet changed" ~buttons - dbh hostid q + r dbh hostid q ("The stylesheet was changed successfully. " ^ "Note: You must RELOAD the page to see changes to stylesheets.")