weavejester / hiccup

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

Added a new helper: mail-to #14

Closed budu closed 13 years ago

budu commented 13 years ago

Hi, this is a simple addition to page-helpers, similar to link-to.

P.S.: Sorry if you already received this pull request, I'm sure I've already sent it but can't find any trace of it!

weavejester commented 13 years ago

Could you write a small test for the mail-to function? Just to prevent any future regressions.

budu commented 13 years ago

Here you go! By the way, I had to remove the autodoc dependency because it required clojure:jar:1.3.0-alpha3 which didn't exist, but I left project.clj as it is.

weavejester commented 13 years ago

Commited - thanks for the patch.