Skip to content

Commit

Permalink
Revert "html.templates.fhtml: fix start refactor typo."
Browse files Browse the repository at this point in the history
This reverts commit d2c4079.
  • Loading branch information
mrjbq7 committed Jan 21, 2017
1 parent d2c4079 commit 9dbd70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/html/templates/fhtml/fhtml.factor
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
[
Expand Down

0 comments on commit 9dbd70d

Please sign in to comment.