using the following HTML code in articles and modules
<img src="/imgages/..." srcset="/imgages/...">
will output the webpage:
<img src="/imgages/..." srcset="//imgages/...">
(see the second slash in the srcset attribute!)
This is new...
Workaround:
<img src="/imgages/..." srcset="imgages/...">
will output:
<img src="/imgages/..." srcset="/imgages/...">
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-09-22 19:08:33 |
Closed_By | ⇒ | mbabker |
Fixed by #17978