Skip to content

Commit

Permalink
Previous hotfix didn't compile because I used wrong variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
amalloy committed Sep 12, 2011
1 parent c079fca commit d37524f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/foreclojure/users.clj
Expand Up @@ -89,10 +89,10 @@

(def-page user-profile [username]
(let [page-title (str "User: " username)]
{:title title
{:title page-title
:content
(list
[:h2 "User: " username]
[:h2 page-title]
[:hr]
[:table
(for [difficulty ["Elementary" "Easy" "Medium" "Hard"]]
Expand Down

0 comments on commit d37524f

Please sign in to comment.