mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update wording in example in syntax docs
This commit is contained in:
parent
7a85b89817
commit
b9a8f64ef0
@ -168,7 +168,7 @@ Conditionals can also provide the `else` case.
|
||||
|
||||
```ss
|
||||
<% if $MyDinner == "quiche" %>
|
||||
Real men don't eat quiche
|
||||
I don't like quiche
|
||||
<% else_if $MyDinner == $YourDinner %>
|
||||
We both have good taste
|
||||
<% else %>
|
||||
|
Loading…
Reference in New Issue
Block a user