Closed zepfietje closed 1 year ago
Input <div> {{ $foo }}{{ $bar }} </div>
Output
<div> {{ $foo }} {{ $bar }} </div>
The echo statements are put on multiple lines, leading to actual issues in the HTML since whitespace is added when they're not right next to each other. Would expect the input to remain unchanged after formatting in this case.
Behavior improved in 1.2.1 🙂
1.2.1
Yes, thanks!
Output
The echo statements are put on multiple lines, leading to actual issues in the HTML since whitespace is added when they're not right next to each other. Would expect the input to remain unchanged after formatting in this case.