mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix typo in templates documentation
This commit is contained in:
parent
ced199b877
commit
f45621b07e
@ -182,7 +182,7 @@ the markup in the `else` clause is used, if that clause is present.
|
||||
This example shows the use of `not` to negate the test.
|
||||
|
||||
:::ss
|
||||
<% if $not $DinnerInOven %>
|
||||
<% if not $DinnerInOven %>
|
||||
I'm going out for dinner tonight.
|
||||
<% end_if %>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user