Skip to content

Commit

Permalink
Merge pull request #90 from neos/4.1
Browse files Browse the repository at this point in the history
upmerge changes from 4.1
  • Loading branch information
Bastian Waidelich committed Nov 20, 2018
2 parents 3d4bccd + e72f9db commit 9e42bf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Resources/Private/Form/PreviewPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<f:else>
<f:if condition="{formValue.isMultiValue}">
<f:then>
{formValue.processedValue -> f:debug()}
<ul>
<f:for each="{formValue.processedValue}" as="value">
<li>{value}</li>
Expand All @@ -48,4 +47,4 @@
</form:renderValues>
</table>
</output>
</fieldset>
</fieldset>

0 comments on commit 9e42bf9

Please sign in to comment.