Fix typo in templates documentation

This commit is contained in:
Will Rossiter 2013-05-10 21:32:39 +12:00
parent ced199b877
commit f45621b07e

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