Skip to content

Commit

Permalink
Was being too clever for my own good when creating mailto link
Browse files Browse the repository at this point in the history
  • Loading branch information
amalloy authored and dbyrne committed Aug 3, 2011
1 parent c80e533 commit c45decd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foreclojure/utils.clj
Expand Up @@ -174,7 +174,7 @@
(let [email "team@4clojure.com"]
[:span
[:a#contact {:href (str "mailto:" email)} "Contact us"]
(str `(~email))])]
(str " (" email ")")])]
(javascript-tag
" var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22844856-1']);
Expand Down

0 comments on commit c45decd

Please sign in to comment.