When I'm uploading an image and sending it to editor, then there is a code like that:
<img src='...' ... >
it should be
<img src="..." ... >
(all 's should be replaced with ")
(versions 2.1.0 - 2.3.1, maybe older versions too)
When I'm uploading an image and sending it to editor, then there is a code like that:
<img src='...' ... >
it should be
<img src="..." ... >
(all 's should be replaced with ")
(versions 2.1.0 - 2.3.1, maybe older versions too)
Either ' or " is acceptable in HTML attributes.
This topic has been closed to new replies.