Readme correction

This commit is contained in:
Paul Grimshaw 2014-02-04 13:21:17 +00:00
parent 466ec8a009
commit ded9ac56aa
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ The block will be printed if:
## The 'lt' tag
The **lt** tag allows you to conditionally include a block of text, by comparing if two values are equal.
<span {{#lt Budget BudgetLimit}} class="overBudget" {{/lt}}>{{Budget}}</span>
<span {{#lt Budget BudgetLimit}} class="underBudget" {{/lt}}>{{Budget}}</span>
The block will be printed if: