You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments