Strip trailling carriage and newlines in TinyMCE text [SCI-7237]

This commit is contained in:
sboursen-scinote 2023-02-07 15:44:53 +01:00
parent dbb547b3ee
commit befb2edfcf

View file

@ -34,7 +34,7 @@
<% step_text = step_element.orderable %>
<div class="print-step-text">
<div class="ql-editor">
<%= custom_auto_link(step_text.tinymce_render(:text),
<%= custom_auto_link(step_text.tinymce_render(:text).gsub(/<p>\S<\/p>/, '').strip,
simple_format: false,
tags: %w(img),
team: current_team,