From fb414a8c9d9b67d8d510bc7d149733b28bf04a45 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 23 Feb 2011 12:03:48 -0300 Subject: [PATCH] Fix typo in the removal of concat's warnings --- app/helpers/profile_editor_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/profile_editor_helper.rb b/app/helpers/profile_editor_helper.rb index 56c502d..4aacd8c 100644 --- a/app/helpers/profile_editor_helper.rb +++ b/app/helpers/profile_editor_helper.rb @@ -137,7 +137,7 @@ module ProfileEditorHelper content_tag( 'div', capture(&block) + '
 ', - :class => 'control-panel'), + :class => 'control-panel') ) end -- libgit2 0.21.2