Skip to content

Commit 4d8d188

Browse files
committed
fix: wrong conflict merging
1 parent 242904e commit 4d8d188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/maglev/editor/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
window.customTranslations = <%= h editor_custom_translations.to_json.html_safe %>
2121
window.sectionsContent = <%= h render(partial: 'maglev/api/sections_content/show', formats: :json, locals: { sections_content: maglev_page_sections }).html_safe %>
2222
window.siteScopedSections = <%= h render(partial: 'maglev/api/sections_content/site_scoped_sections', formats: :json, locals: { site_scoped_sections: maglev_site_scoped_sections }).html_safe %>
23-
</script>
23+
<% end %>
2424

2525
<%= vite_client_tag %>
2626
<%= vite_javascript_tag 'editor' %>

0 commit comments

Comments
 (0)