DEMON1A/WEngine

Broken `urlencode` syntax on the templateEngine due to invalid function used.

DEMON1A opened this issue · 1 comments

  • The urlencode syntax on the templateEngine seems to be broken since i used urlencode instead of quote on the code. usually urlencode takes dicts as argument not strings. that will return an error with the urlencode syntax if you used it on the template.

  • The fix will be pushed into the code ASAP.

  • This issue has been fixed at: 613927d