]> gitweb.factorcode.org Git - factor.git/commitdiff
httpd: add tbody to html-tags
authorchris.double <chris.double@double.co.nz>
Wed, 20 Sep 2006 00:01:54 +0000 (00:01 +0000)
committerchris.double <chris.double@double.co.nz>
Wed, 20 Sep 2006 00:01:54 +0000 (00:01 +0000)
contrib/httpd/html-tags.factor

index a0da13b6499c6ebca577e5c4c5c111542487813d..3b1bb6cb36669f2d97f23121b85e0d30ba60ac05 100644 (file)
@@ -133,7 +133,7 @@ SYMBOL: html
 [
     "h1" "h2" "h3" "h4" "h5" "h6" "h7" "h8" "h9"    
     "ol" "li" "form" "a" "p" "html" "head" "body" "title"
-    "b" "i" "ul" "table" "tr" "td" "th" "pre" "textarea"
+    "b" "i" "ul" "table" "tbody" "tr" "td" "th" "pre" "textarea"
     "script" "div" "span" "select" "option" "style"
 ] [ define-closed-html-word ] each