#1391: include raw in hiccup2.core ns
This commit is contained in:
parent
c2b3fea9fc
commit
682f8514fb
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@
|
|||
{'html (copy-var html-1 hns {:name 'html})})
|
||||
|
||||
(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)})
|
||||
|
||||
(def html-mode (copy-var util/*html-mode* uns))
|
||||
(def escape-strings? (copy-var util/*escape-strings?* uns))
|
||||
|
|
|
|||
Loading…
Reference in a new issue