Skip to content

Commit

Permalink
Merge pull request #3 from TerrordactylDesigns/master
Browse files Browse the repository at this point in the history
Changed div id to class
  • Loading branch information
abedra committed Feb 28, 2013
2 parents 3845302 + b6137d3 commit da5ef2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shouter/views/shouts.clj
Expand Up @@ -11,7 +11,7 @@
(submit-button "SHOUT!"))])

(defn display-shouts [shouts]
[:div {:id "shouts sixteen columns alpha omega"}
[:div {:class "shouts sixteen columns alpha omega"}
(map
(fn [shout] [:h2 {:class "shout"} (h (:body shout))])
shouts)])
Expand Down

0 comments on commit da5ef2c

Please sign in to comment.