Commit 3764e4f
authored
Fix bug in post.twig (#2161)
If a posted value is an array, this template iterates through it as 'index' and 'item' and then passes 'value' to the template where it should be 'item'. This is causing post values that are supposed to be the elements of arrays to be the string "Array" instead.1 parent 6ee5162 commit 3764e4f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments