Fix line breaks not being exploded
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
<f:if condition="{activity.keywords}">
|
<f:if condition="{activity.keywords}">
|
||||||
<div class="herounit__text">
|
<div class="herounit__text">
|
||||||
<ul>
|
<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>
|
<li>{keyword}</li>
|
||||||
</f:for>
|
</f:for>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user