Merge remote-tracking branch 'origin/3.0' into 3.1

This commit is contained in:
Ingo Schommer 2013-05-17 00:43:01 +02:00
commit faf6f12478

View File

@ -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 %>