Adjust regex used in order to parse inline content.
e.g: %h4 {{ __('foo') }} Problem was it was being parsed as: %h4 = _('foo') And the correct content should be: %h4= _('foo')
Showing
This diff is collapsed.
Please register or sign in to comment