Skip to content
Snippets Groups Projects
Commit 73b06f2b authored by Georg Ringer's avatar Georg Ringer Committed by Tymoteusz Motylewski
Browse files

[TASK] Allow new lines for description field

As the description is a textarea, the rendering should support
lines as well.

Resolves: #79406
Releases: master, 7.6
Change-Id: I8774adb07c50aed24b3d3e94e0a0b913aedeb5a9
Reviewed-on: https://review.typo3.org/51379


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarFrans Saris <franssaris@gmail.com>
Tested-by: default avatarRiccardo De Contardi <erredeco@gmail.com>
Reviewed-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Reviewed-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
parent 3706b48d
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
<f:if condition="{infoBoxMessage}">
<f:be.infobox title="{infoBoxMessageTitle}">
{infoBoxMessage}
{infoBoxMessage -> f:format.nl2br()}
</f:be.infobox>
</f:if>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment