Quick change to allow <textarea>.
authorrich <rich>
Fri, 17 Sep 2004 15:09:48 +0000 (15:09 +0000)
committerrich <rich>
Fri, 17 Sep 2004 15:09:48 +0000 (15:09 +0000)
debian/changelog
scripts/wikilib.ml

index 4b21507..efa182f 100644 (file)
@@ -1,4 +1,4 @@
-cocanwiki (1.1.0-3) unstable; urgency=low
+cocanwiki (1.1.0-4) unstable; urgency=low
 
   * Initial Release.
 
index 251311e..77ba13a 100644 (file)
@@ -1,7 +1,7 @@
 (* 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
@@ -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 = [