From c9e699e9fa5fd53c133bfcc002c6880d1af56bd4 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Tue, 14 Sep 2010 14:17:25 -0700 Subject: [PATCH] [#4507] Remove an extra td wrapper in the contract fields. --- app/helpers/contracts_helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/helpers/contracts_helper.rb b/app/helpers/contracts_helper.rb index 26207c5..1589374 100644 --- a/app/helpers/contracts_helper.rb +++ b/app/helpers/contracts_helper.rb @@ -30,7 +30,8 @@ module ContractsHelper formatter = options[:format] raw_content = options[:raw] || false - wrap_in_td = options[:wrap_in_td] || true + wrap_in_td = options[:wrap_in_td] + wrap_in_td = true if wrap_in_td.nil? content = ''