DEMON1A/WEngine

[WEngine] TemplatesEngine is way too sensitive to spaces

DEMON1A opened this issue · 1 comments

When WEngine templatesEngine was created, it was build using a basic text parsing method that wasn't really the perfect fit for such a thing, I'm planning in making the templatesEngine for WEngine less sensitive to spaces because of how a single space could trigger an error on the application now. We're also planning on using more regex, even if it might slow the performance it would be really helpful to make things easier for the developers to use WEngine

This has been fully fixed at 55d1065