diff --git a/sx/sx/home-stepper.sx b/sx/sx/home-stepper.sx index f4da895..a7a6ff2 100644 --- a/sx/sx/home-stepper.sx +++ b/sx/sx/home-stepper.sx @@ -90,7 +90,7 @@ (do (append! tokens {"text" " " "cls" "" "step" -1}) (build-code-tokens a tokens step-ref indent)))))) (rest expr)) - (append! tokens {"text" ")" "cls" "text-stone-400" "step" (if is-tag (get step-ref "v") open-step)}) + (append! tokens {"text" ")" "cls" "text-stone-400" "step" open-step}) (when is-tag (dict-set! step-ref "v" (+ (get step-ref "v") 1))))) :else nil)))