norkts / trimpath

Automatically exported from code.google.com/p/trimpath
0 stars 0 forks source link

Firefox error: not well formed when && appears in trimpath js template #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We load templates as template.tpl files - when the template contains a 
condition using && we see an error in the firefox console:

not well-formed
{if n != col2Start && n != col3Start}

- it still works, but annoying.

Original issue reported on code.google.com by ben.shoe...@gmail.com on 4 Nov 2011 at 6:32