X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fwikilib.ml;h=77ba13a9882cf0e582994512f5065871bccf43c1;hb=c22e34dd58cdc2a79b71dedd3c52ed705c9b8b51;hp=251311e01c387f762aae481e064b96d5d52dbde0;hpb=fcabae4a1578d69fb7d6a508a89dff13b0053ddb;p=cocanwiki.git diff --git a/scripts/wikilib.ml b/scripts/wikilib.ml index 251311e..77ba13a 100644 --- a/scripts/wikilib.ml +++ b/scripts/wikilib.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: wikilib.ml,v 1.5 2004/09/16 18:06:31 rich Exp $ + * $Id: wikilib.ml,v 1.6 2004/09/17 15:09:48 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 @@ -413,6 +413,7 @@ let allowed_elements = let forms = [ "form", [ "method"; "action"; "enctype" ]; "input", [ "name"; "value"; "type"; "size"; "maxlength" ]; + "textarea", [ "name"; "rows"; "cols" ]; ] in let tables = [