Commit fb414a8c9d9b67d8d510bc7d149733b28bf04a45
1 parent
ea27f5be
Exists in
master
and in
23 other branches
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;"/> ', | 139 | capture(&block) + '<br style="clear:left;"/> ', |
| 140 | - :class => 'control-panel'), | 140 | + :class => 'control-panel') |
| 141 | ) | 141 | ) |
| 142 | end | 142 | end |
| 143 | 143 |