weavejester / hiccup

Fast library for rendering HTML in Clojure
http://weavejester.github.io/hiccup
Eclipse Public License 1.0
2.68k stars 174 forks source link

make some form helpers public #105

Closed wilkerlucio closed 10 years ago

wilkerlucio commented 10 years ago

Hi

I was writing some form helpers here, then I realized that for generating consistent ID's for my labels I could simply use the make-id helper (and it would consider the group), except that it's private...

Can we make those methods (make-id and make-name) public? I think they can pretty useful for general form helpers implementations.

wilkerlucio commented 10 years ago

Sorry, I just realized that by simply using the form/label I can solve my problem. Now I'm not so use about how useful making those public would be, closing it unless someone else things different.