Fix line breaks not being exploded
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user