Commit d34e7d7b by Matt Martz

Correct the ternary example. Fixes #10763

parent f4172fb9
......@@ -301,7 +301,7 @@ Other Useful Filters
To use one value on true and another on false (since 1.9)::
{{ name == "John" | ternary('Mr','Ms') }}
{{ (name == "John") | ternary('Mr','Ms') }}
To concatenate a list into a string::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment