Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek committed Feb 13, 2019
1 parent 7e8a0e9 commit 3b74da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/custom_fields_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def custom_field_tag_id(prefix, custom_field)
# Return custom field html tag corresponding to its format
def custom_field_tag(prefix, custom_value)
css = "#{custom_value.custom_field.field_format}_cf"
css << ' wiki-edit' if custom_value.custom_field.full_text_formatting?
css += ' wiki-edit' if custom_value.custom_field.full_text_formatting?

custom_value.custom_field.format.edit_tag self,
custom_field_tag_id(prefix, custom_value.custom_field),
Expand Down

0 comments on commit 3b74da3

Please sign in to comment.