diff options
-rw-r--r-- | MANUAL.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 65791f93b..e3ee4dfe7 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1768,6 +1768,9 @@ consecutive items: $for(author)$$author$$sep$, $endfor$ +Note that the separator needs to be specified immediately before the `$endfor` +keyword. + A dot can be used to select a field of a variable that takes an object as its value. So, for example: |