Closed esiao closed 8 years ago
Simple issue fixable on user side but seems like a missing feature / bug to me.
Taking this code
- $classes = 'MyClasss' .MyInitialClass(class=$classes)
It returns
<div class="MyInitialClassMyClass"></div>
Expected behaviour
<div class="MyInitialClass MyClass"></div>
Adding a space in my class fixes it but here the example is simplified, I use arrays most of the time and need to add a space to the first entry.
Thanks for report, not noticed this regression, this will be my top priority.
Merged in 2.4.1
Simple issue fixable on user side but seems like a missing feature / bug to me.
Taking this code
It returns
Expected behaviour
Adding a space in my class fixes it but here the example is simplified, I use arrays most of the time and need to add a space to the first entry.