bottledcode / swytch-framework

The Smart PHP Framework

Home Page:https://framework.getswytch.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boolean attribute shouldn't require value

withinboredom opened this issue · comments

Given a component called via:

<component my_attribute></component>

my_attribute should be true.

Currently, this causes a 500 error.