Skip to content

Commit

Permalink
Update lib/cucumber/formatter/html.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
leachdaniel committed Nov 18, 2011
1 parent d5e2b61 commit 4cd41b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/formatter/html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def after_table_row(table_row)
@builder.tr do
@builder.td(:colspan => @col_index.to_s, :class => 'failed') do
@builder.pre do |pre|
pre << format_exception(table_row.exception)
pre << h(format_exception(table_row.exception))
end
end
end
Expand Down

0 comments on commit 4cd41b2

Please sign in to comment.