Commit fb414a8c9d9b67d8d510bc7d149733b28bf04a45

Authored by Antonio Terceiro
1 parent ea27f5be

Fix typo in the removal of concat's warnings

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/profile_editor_helper.rb
@@ -137,7 +137,7 @@ module ProfileEditorHelper @@ -137,7 +137,7 @@ module ProfileEditorHelper
137 content_tag( 137 content_tag(
138 'div', 138 'div',
139 capture(&block) + '<br style="clear:left;"/>&nbsp;', 139 capture(&block) + '<br style="clear:left;"/>&nbsp;',
140 - :class => 'control-panel'), 140 + :class => 'control-panel')
141 ) 141 )
142 end 142 end
143 143