Fix line breaks not being exploded

This commit is contained in:
Björn Fromme
2019-10-01 13:18:34 +02:00
parent a4eec57fc8
commit ebd84e0fe5
@@ -31,7 +31,7 @@
<f:if condition="{activity.keywords}">
<div class="herounit__text">
<ul>
<f:for each="{activity.keywords -> v:iterator.explode(glue: 'constant:LF')}" as="keyword">
<f:for each="{activity.keywords -> v:iterator.explode(glue: '{v:const(name: \'PHP_EOL\')}')}" as="keyword">
<li>{keyword}</li>
</f:for>
</ul>