From 905f658551d3bbc6ac12dfb1671534dbf907b1fd Mon Sep 17 00:00:00 2001 From: Chris Double Date: Mon, 26 Jul 2004 02:27:48 +0000 Subject: [PATCH] added rows and cols attributes. --- contrib/cont-responder/cont-html.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cont-responder/cont-html.factor b/contrib/cont-responder/cont-html.factor index dfb43673ea..40efa6daac 100644 --- a/contrib/cont-responder/cont-html.factor +++ b/contrib/cont-responder/cont-html.factor @@ -274,5 +274,5 @@ USE: logic ! Define some attributes [ "method" "action" "type" "value" "name" - "size" "href" "class" "border" + "size" "href" "class" "border" "rows" "cols" ] [ define-attribute-word ] each \ No newline at end of file