]> gitweb.factorcode.org Git - factor.git/commitdiff
html.templates.fhtml: fix start refactor typo.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 21 Jan 2017 07:09:33 +0000 (23:09 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 21 Jan 2017 07:09:33 +0000 (23:09 -0800)
basis/html/templates/fhtml/fhtml.factor

index f4ee1bca8fa96f11ffa659fca9ea358cd38538cd..5256a5b28c6d242a76d24e61b9615af86e0e74ff 100644 (file)
@@ -25,7 +25,7 @@ M: template-lexer skip-word
 DEFER: <% delimiter
 
 : check-<% ( lexer -- col )
-    [ line-text>> "<%" ] [ column>> ] bi start ;
+    [ line-text>> "<%" ] [ column>> ] bi start* ;
 
 : found-<% ( accum lexer col -- accum )
     [