contao-bootstrap / grid

Bootstrap 4 Contao Grid Component
https://contao-bootstrap.de/komponenten/grid.html
GNU Lesser General Public License v3.0
4 stars 12 forks source link

Remove superfluous space in separator template #53

Closed fritzmg closed 2 years ago

fritzmg commented 2 years ago

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.