Skip to content

Commit

Permalink
fix dumb namespacing bug
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Granger <ibdknox@gmail.com>
  • Loading branch information
ibdknox committed Aug 27, 2011
1 parent f00accc commit 1cd5712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pinot/html.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
ns-xmlns (xmlns (keyword nsp))]
(if t
[(or ns-xmlns nsp) t]
[(:xhtml xmlns) t]))
[(:xhtml xmlns) nsp]))
tag-attrs (into {}
(filter #(not (nil? (second %)))
{:id (or id nil)
Expand Down

0 comments on commit 1cd5712

Please sign in to comment.