This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space).
![]() | <img src="image.jpg" alt="Image" / > |
![]() | <img src="image.jpg" alt="Image"/ > |
![]() | <img src="image.jpg" alt="Image" /> |
Delete a space where appropriate.