(* COCANWIKI - a wiki written in Objective CAML.
* Written by Richard W.M. Jones <rich@merjis.com>.
* 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
let forms = [
"form", [ "method"; "action"; "enctype" ];
"input", [ "name"; "value"; "type"; "size"; "maxlength" ];
+ "textarea", [ "name"; "rows"; "cols" ];
] in
let tables = [