Skip to content

Commit

Permalink
Add "canvas" as a container tag
Browse files Browse the repository at this point in the history
  • Loading branch information
christophermaier committed May 20, 2011
1 parent 1b06dd6 commit eb49d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hiccup/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

(def ^{:doc "A list of tags that need an explicit ending tag when rendered." :private true}
container-tags
#{"a" "b" "body" "dd" "div" "dl" "dt" "em" "fieldset" "form" "h1" "h2" "h3"
#{"a" "b" "body" "canvas" "dd" "div" "dl" "dt" "em" "fieldset" "form" "h1" "h2" "h3"
"h4" "h5" "h6" "head" "html" "i" "iframe" "label" "li" "ol" "option" "pre"
"script" "span" "strong" "style" "textarea" "ul"})

Expand Down

0 comments on commit eb49d0e

Please sign in to comment.