]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "html.templates.fhtml: fix start refactor typo."
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 21 Jan 2017 15:20:08 +0000 (07:20 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 21 Jan 2017 15:20:08 +0000 (07:20 -0800)
This reverts commit d2c4079358e7fea7f1c3188e0c9891be337291b0.

basis/html/templates/fhtml/fhtml.factor

index 5256a5b28c6d242a76d24e61b9615af86e0e74ff..f4ee1bca8fa96f11ffa659fca9ea358cd38538cd 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 )
     [