##// END OF EJS Templates
templater: wrap result of '%' operation so it never looks like a thunk...
templater: wrap result of '%' operation so it never looks like a thunk This fixes min/max()/json() of map result. Before, it was taken as a lazy byte string and stringified by evalfuncarg().
Yuya Nishihara -
r37517:75c13343 default
Show More