Skip to content

Commit

Permalink
Fixed missing - in thanks text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed May 12, 2010
1 parent fe47dcb commit 650763d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tryclojure/core.clj
Expand Up @@ -68,7 +68,7 @@ SyntaxHighlighter.config.tagName = 'div';
[:p#note
"Many thanks to "
[:a {:href "http://tryhaskel.org"} "tryhaskel"]
" their javascript for the repl console is great and we are using it as the base for try-clojure.org." [:br]
" - their javascript for the repl console is great and we are using it as the base for try-clojure.org." [:br]
"Also many thanks to Raynes, " [:a {:href "http://tryclj.licenser.net/"} "his code"] " is what this version of try clojure is based on."]
[:script {:type "text/javascript"}
"var gaJsHost = (('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.');
Expand Down

0 comments on commit 650763d

Please sign in to comment.