danharper / Handlebars-Helpers

A small collection of useful helpers for Handlebars.js
Do What The F*ck You Want To Public License
274 stars 55 forks source link

> and < comparing operators don't work with latest Handlebars 1.2.0 #12

Closed creage closed 10 years ago

creage commented 10 years ago

Trying to use {{#is x ">" y}}true{{/is}} results in error saying "Error: Unknown operator "& gt;""

danharper commented 10 years ago

The &gt; looks as though it's an encoding issue. Here's a fiddle running 1.2: http://jsfiddle.net/ZGg3V/1/