Skip to content

Commit fd985d3

Browse files
committed
Merge branch 'master' of github.com:defunkt/resque
2 parents c17987a + f0b3bd3 commit fd985d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/failure/hoptoad.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def xml
8383
x.url "http://github.com/defunkt/resque"
8484
end
8585
x.error do
86-
x.class exception.class.name
86+
x.tag! "class", exception.class.name
8787
x.message "#{exception.class.name}: #{exception.message}"
8888
x.backtrace do
8989
fill_in_backtrace_lines(x)

0 commit comments

Comments
 (0)