mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
Disable simple_format option for pdf report
This commit is contained in:
parent
8ff8a0b005
commit
a7aad50607
2 changed files with 1 additions and 4 deletions
|
@ -549,9 +549,6 @@ label {
|
|||
> div {
|
||||
margin-left: .7em;
|
||||
white-space: pre-wrap;
|
||||
br {
|
||||
display: none; /* This hides the <br> tag completely. */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<div><input type="checkbox" disabled="disabled" <%= "checked='checked'" if item.checked %>/></div>
|
||||
<div class="report-checklist-item-text"><%= custom_auto_link(item.text, # Must be on one line
|
||||
team: current_team,
|
||||
simple_format: true,
|
||||
simple_format: false,
|
||||
wrapper_tag: { wrapper_tag: 'span'},
|
||||
base64_encoded_imgs: export_all) %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue