##// END OF EJS Templates
templater: complain about invalid application of '%' operator (BC)...
templater: complain about invalid application of '%' operator (BC) Before, '{x % y % z ...}' was silently evaluated as '{x % y}'. We no longer need this hack since the web template bugs was fixed by earlier patches. At this point, the error message may contain '<generator *>', which will be fixed later.
Yuya Nishihara -
r37422:7c902a83 default
Show More