[BUGFIX] Preventing forcefully wrapping of long lines in text emails

This commit is contained in:
2022-08-30 19:56:20 +02:00
parent 42a035ccba
commit 21725f0f1e
2 changed files with 77 additions and 2 deletions

View File

@@ -20,9 +20,9 @@
### {row.data -> f:format.nl2br() -> f:format.raw()}
</f:case>
<f:defaultCase>
<f:spaceless><v:format.wordWrap limit="76" glue="{br}">
<f:spaceless><c:format.wordWrap limit="76" glue="{br}">
{row.data -> f:format.raw()}
</v:format.wordWrap>
</c:format.wordWrap>
</f:spaceless>{br}{br}
</f:defaultCase>
</f:switch>