Skip to content

Commit add8a3f

Browse files
committed
Remove stray backticks
1 parent 36b945d commit add8a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/spotlight/appearances/edit.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<p class="instructions"><%= t(:'.site_masthead.help') %></p>
3636
<%= f.fields_for(:masthead, current_exhibit.masthead || current_exhibit.build_masthead) do |m| %>
3737
<%= render '/spotlight/featured_images/form', f: m, initial_crop_selection: Spotlight::Engine.config.masthead_initial_crop_selection, crop_type: :masthead %>
38-
<% end %>``
38+
<% end %>
3939
<% end %>
4040

4141
<% component.tab(id: 'site-thumbnail', label: t(:'.site_thumbnail.heading')) do %>

0 commit comments

Comments
 (0)