Skip to content

Commit

Permalink
Fix typo in compile-element ::default key
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Dec 18, 2023
1 parent 19c7531 commit 67c3cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hiccup/compiler.clj
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
`(when-not (map? ~attrs-sym)
~(str "</" tag ">")))))))

(defmethod compile-element :default
(defmethod compile-element ::default
[element]
`(render-element
[~(first element)
Expand Down

0 comments on commit 67c3cfa

Please sign in to comment.