mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Fix SA in protocol description
This commit is contained in:
parent
e923128c0e
commit
1295299370
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ module Reports::Docx::DrawMyModuleProtocol
|
|||
timestamp: I18n.l(protocol.created_at, format: :full)
|
||||
@docx.hr
|
||||
html = custom_auto_link(protocol.description, team: @report_team)
|
||||
Reports::HtmlToWordConverter.new(@docx).html_to_word_converter(html)
|
||||
Reports::HtmlToWordConverter.new(@docx, { scinote_url: @scinote_url,
|
||||
link_style: @link_style }).html_to_word_converter(html)
|
||||
@docx.p
|
||||
@docx.p
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue