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.
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 thecssID
variable.