fix html tags in contrib/httpd

erg 2006-10-31 05:23:04 +00:00
parent 1e4d659d70
commit 82e57c69cc
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ SYMBOL: html
: define-attribute-word ( name -- )
dup "=" swap append swap
[ write-attr ] curry html-word drop ;
[ write-attr ] curry html-word ;
! Define some closed HTML tags
[