Broken `urlencode` syntax on the templateEngine due to invalid function used.
DEMON1A opened this issue · 1 comments
DEMON1A commented
-
The
urlencode
syntax on the templateEngine seems to be broken since i usedurlencode
instead ofquote
on the code. usuallyurlencode
takes dicts as argument not strings. that will return an error with theurlencode
syntax if you used it on the template. -
The fix will be pushed into the code ASAP.