From 33bee0480db28a50d9b8da2d804e416748f09fc1 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 12 Oct 2022 13:00:56 +0200 Subject: [PATCH] Fix #1391: fix var name --- feature-hiccup/babashka/impl/hiccup.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature-hiccup/babashka/impl/hiccup.clj b/feature-hiccup/babashka/impl/hiccup.clj index 0e62248c..f29581c4 100644 --- a/feature-hiccup/babashka/impl/hiccup.clj +++ b/feature-hiccup/babashka/impl/hiccup.clj @@ -56,7 +56,7 @@ (def hiccup2-namespace {'html (copy-var html-2 hns2 {:name 'html}) - 'raw (copy-var util/raw-string hns2)}) + 'raw (copy-var util/raw-string hns2 {:name 'raw})}) (def html-mode (copy-var util/*html-mode* uns)) (def escape-strings? (copy-var util/*escape-strings?* uns))