Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
d97e7dad
Commit
d97e7dad
authored
Apr 09, 2018
by
Thomas Löffler
Browse files
Add nl2br for address in event detail
parent
63cc6d89
Pipeline
#3996
passed with stages
in 5 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3org_layout/Resources/Private/Extensions/SfEventMgt/Templates/Event/Detail.html
View file @
d97e7dad
...
...
@@ -46,7 +46,7 @@
<h4>
Location
</h4>
<p>
{event.location.title}
<br>
{event.location.address}
<br>
{event.location.address
-> f:format.nl2br()
}
<br>
{event.location.zip} {event.location.city}
<br>
{event.location.country}
</p>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment