Fix #1391: fix var name
This commit is contained in:
parent
ed22bb573b
commit
33bee0480d
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
(def hiccup2-namespace
|
(def hiccup2-namespace
|
||||||
{'html (copy-var html-2 hns2 {:name 'html})
|
{'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 html-mode (copy-var util/*html-mode* uns))
|
||||||
(def escape-strings? (copy-var util/*escape-strings?* uns))
|
(def escape-strings? (copy-var util/*escape-strings?* uns))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue