From 57d1291a611bb9e32750024b50e1602b44a0af3f Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Mon, 28 Jul 2008 15:19:56 +0000 Subject: [PATCH] ActionItem597: fixed --- app/helpers/enterprise_homepage_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/enterprise_homepage_helper.rb b/app/helpers/enterprise_homepage_helper.rb index 8ac84df..b8d6d54 100644 --- a/app/helpers/enterprise_homepage_helper.rb +++ b/app/helpers/enterprise_homepage_helper.rb @@ -13,7 +13,7 @@ module EnterpriseHomepageHelper [ _('Economic activity:'), :economic_activity ] ].each { | name, att | if profile.send( att ) and not profile.send( att ).blank? - data << content_tag( 'li', content_tag('strong', name) +' '+ profile.send( att ) ) +"\n" + data << content_tag( 'li', content_tag('strong', name) +' '+ profile.send( att ).to_s ) +"\n" end } if profile.respond_to?(:distance) and !profile.distance.nil? -- libgit2 0.21.2