From 109559a1ae6e0fcfa972e6e9cf11c1ee404a9a26 Mon Sep 17 00:00:00 2001 From: Chris Double Date: Sun, 1 Aug 2004 22:25:17 +0000 Subject: [PATCH] added colspan attribute to cont-html --- 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 f870c98111..b2456312a3 100644 --- a/contrib/cont-responder/cont-html.factor +++ b/contrib/cont-responder/cont-html.factor @@ -277,5 +277,5 @@ USE: logic "method" "action" "type" "value" "name" "size" "href" "class" "border" "rows" "cols" "id" "onclick" "style" "valign" "accesskey" - "src" "language" + "src" "language" "colspan" ] [ define-attribute-word ] each \ No newline at end of file