We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41c5b5 commit 191e7dfCopy full SHA for 191e7df
1 file changed
templates/macros/join_and.html
@@ -5,7 +5,7 @@
5
}}{%
6
elif items|length == 2
7
%}{{
8
- " {} ".format(join_word).format(items)
+ " {} ".format(join_word).join(items)
9
10
else
11
0 commit comments