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