[#4507] Remove an extra td wrapper in the contract fields.

This commit is contained in:
Eric Davis
2010-09-14 14:17:25 -07:00
parent 893d83a03d
commit c9e699e9fa

View File

@@ -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 = ''