We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hiya, I'm encountering an issue after upgrading from 1.3.5.0 to 1.3.6.0.
Given the following partial markup, the spacer element on the inside of the table does not get parsed, while the ones on the outside do:
spacer
<container> <wrapper> <row> <columns small="12" large="12"> <spacer size="40"></spacer> <table> <tr> <th> <spacer size="220"></spacer> </th> </tr> </table> <spacer size="40"></spacer> </columns> </row> </wrapper> </container>
The text was updated successfully, but these errors were encountered:
Bugfix for #6 1.3.6.0 upgrade breaking nested spacers
4335088
* Force Cache Clear after Transformation.
Hi,
thanks for reporting this bug. It took some time to find the issue, but it is finally fixed.
Sorry, something went wrong.
great! many thanks for your hard work on this.
No branches or pull requests
Hiya, I'm encountering an issue after upgrading from 1.3.5.0 to 1.3.6.0.
Given the following partial markup, the
spacer
element on the inside of the table does not get parsed, while the ones on the outside do:The text was updated successfully, but these errors were encountered: