diff --git a/libs/html/templates/fhtml/fhtml.factor b/libs/html/templates/fhtml/fhtml.factor index e5cb272d0b..4cfccb1f69 100644 --- a/libs/html/templates/fhtml/fhtml.factor +++ b/libs/html/templates/fhtml/fhtml.factor @@ -18,7 +18,7 @@ M: template-lexer skip-word { { [ 2dup nth char: \" = ] [ drop 1 + ] } { [ 2dup swap tail-slice "%>" head? ] [ drop 2 + ] } - [ f skip ] + [ skip-meat ] } cond ] change-lexer-column ;