Skip to content

Commit

Permalink
properly structure stacktrace html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Young authored and weavejester committed Apr 9, 2011
1 parent e89404c commit 855d5cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ring-devel/src/ring/middleware/stacktrace.clj
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
[:head
[:meta {:http-equiv "Content-Type" :content "text/html;charset=utf-8"}]
[:title "Ring: Stacktrace"]
[:style {:type "text/css"} css]
[:body
[:div#content
[:h3.info (h (str e))]
[:table.trace [:tbody
(map elem-partial (:trace-elems e-parsed))]]]]]])))
[:style {:type "text/css"} css]]
[:body
[:div#content
[:h3.info (h (str e))]
[:table.trace [:tbody
(map elem-partial (:trace-elems e-parsed))]]]]])))

(defn- html-ex-response [e]
(-> (response (html-ex-view e))
Expand Down

0 comments on commit 855d5cf

Please sign in to comment.