Disable simple_format option for pdf report

This commit is contained in:
Ivan Kljun 2023-07-31 11:00:59 +02:00
parent 8ff8a0b005
commit a7aad50607
2 changed files with 1 additions and 4 deletions

View file

@ -549,9 +549,6 @@ label {
> div {
margin-left: .7em;
white-space: pre-wrap;
br {
display: none; /* This hides the <br> tag completely. */
}
}
}

View file

@ -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>