html: fix skip usage.

locals-and-roots
Doug Coleman 2016-06-26 02:03:15 -07:00
parent b2e0501292
commit 434c864f0a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;