Skip to content

Commit

Permalink
Merge pull request #385 from trln/TD-1220--TD-1221--bug-fixes
Browse files Browse the repository at this point in the history
adds ID to parent div to fix JS error, fixes non-breaking space issue…
  • Loading branch information
kazymovae authored Jul 29, 2022
2 parents 1878235 + 084c361 commit a17b493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3
4 changes: 2 additions & 2 deletions app/views/catalog/_items_section_summary.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- <div class=""> -->
<div class="<%= location_narrow_group_class %>">
<div class="<%= location_narrow_group_class %>" id="item-summary-<%= loc_b %>-<%= loc_n %>-<%= document.id %>">
<div class="row expandable-content">
Expand Down Expand Up @@ -33,7 +33,7 @@
<dd>
<div class="summary-text-wrapper">
<span class="summary-text"><%= h['summary'].gsub(' ', '&nbsp;').html_safe %></span>
<span class="summary-text"><%= h['summary'].html_safe %></span>
</div>
</dd>
Expand Down

0 comments on commit a17b493

Please sign in to comment.