Skip to content

Commit

Permalink
Add back space between tags in unit title
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostin1966 committed May 29, 2024
1 parent 7581441 commit c7e6375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/concerns/arclight/ead_format_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def transform_ead_to_html(value)
end

def condense_whitespace(str)
str.squish.strip.gsub(/>[\n\s]+</, '><')
str.squish.strip.gsub(/>[\n\s]+</, '> <')
end

def ead_to_html_scrubber
Expand Down

0 comments on commit c7e6375

Please sign in to comment.