diff --git a/core/modern/out/out.factor b/core/modern/out/out.factor index 8ab3b67ea4..aca7a46bbe 100644 --- a/core/modern/out/out.factor +++ b/core/modern/out/out.factor @@ -99,7 +99,7 @@ M: uppercase-colon-literal write-literal [ seq>> 1 swap nth write-whitespace ] [ delimiter>> write ] [ payload>> [ write-literal ] each ] ! don't need write-whitespace here, the recursion does it - [ seq>> 3 swap nth lexed-underlying [ write-whitespace ] when* ] + [ seq>> 3 swap nth [ lexed-underlying [ write-whitespace ] when* ] when* ] [ closing-tag>> [ write ] when* ] } cleave ;