Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two missing spaces (minor validation error) (#5150)
My previous commit missed adding a space after the backup blank `src=""` and `alt=""` attributes. This causes an HTML validation error when no `alt` value is supplied. This commit simply adds those missing spaces (i.e. `src="" ` and `alt="" `) so there will always be a space between attributes.
- Loading branch information