Skip to content

Commit

Permalink
Merge 6c30142 into bf7175e
Browse files Browse the repository at this point in the history
  • Loading branch information
mildavw committed Jul 3, 2013
2 parents bf7175e + 6c30142 commit ebe4f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/javascripts/notifier.js
Expand Up @@ -366,7 +366,7 @@ printStackTrace.implementation.prototype = {
'</notifier>' +
'<error>' +
'<class>{exception_class}</class>' +
'<message>{exception_message}</message>' +
'<message><![CDATA[{exception_message}]]></message>' +
'<backtrace>{backtrace_lines}</backtrace>' +
'</error>' +
'<request>' +
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/hoptoad_test_notice.xml
Expand Up @@ -9,7 +9,7 @@
<framework>Rails: 3.2.11</framework>
<error>
<class>HoptoadTestingException</class>
<message>HoptoadTestingException: Testing hoptoad via "rake hoptoad:test". If you can see this, it works.</message>
<message><![CDATA[HoptoadTestingException: Testing hoptoad via "rake hoptoad:test". If you can see this, it works & works well.]]></message>
<backtrace>
<line number="425" file="[GEM_ROOT]/gems/activesupport-3.0.0.rc/lib/active_support/callbacks.rb" method="_run__2115867319__process_action__262109504__callbacks"/>
<line number="404" file="[GEM_ROOT]/gems/activesupport-3.0.0.rc/lib/active_support/callbacks.rb" method="send"/>
Expand Down

0 comments on commit ebe4f52

Please sign in to comment.