Open getdatakick opened 1 year ago
Urls in srcset are escaped using html mode:
html
srcset="{$imageUrl|escape:'html':'UTF-8'} 211w"
It should be escaped using url, otherwise we have problems with spaces in path:
url
srcset="{$imageUrl|escape:'url':'UTF-8'} 211w"
Urls in srcset are escaped using
html
mode:It should be escaped using
url
, otherwise we have problems with spaces in path: