Skip to content
New issue

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

Remove superfluous space in separator template #53

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

fritzmg
Copy link
Contributor

@fritzmg fritzmg commented Jun 9, 2022

Currently the CSS ID of a grid separator will always be output with two spaces between the tag name and the ID attribute, as the cssID variable already includes a space. This is correct in the other templates, but the adjustment is still missing from the separator template. This PR fixes that by removing the space preceding the output of the cssID variable.

@dmolineus dmolineus merged commit 730c326 into contao-bootstrap:master Aug 18, 2022
@fritzmg fritzmg deleted the patch-2 branch August 18, 2022 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants