Project

General

Profile

Bug #95818

Updated by Marco H over 2 years ago

Version 10.4.21 

 How to reproduce: 

 - include fluid styled content 
 - enable images for editor (if you use Default.yaml, use removePlugins: null 
 - create text element 
 - enter image 
 - link to an external url 
 - save and check frontend 

 Example html in editor: 

 @<p><a href="https://www.google.de/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"><img alt="" data-htmlarea-file-uid="5" src="https://yourdomain.com/fileadmin/_processed_/2/8/csm_e6a44eba77_2b4acbbd70.png" src="https://t310fresh.wollert-it.com/fileadmin/_processed_/2/8/csm_e6a44eba77_2b4acbbd70.png" style="height:101px; width:300px" /></a></p>@ 


 Frontend then looks like this: 
 @<p><a href="https://www.google.de/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" target="_blank" rel="noreferrer"></a></p><p><img src="/fileadmin/_processed_/2/8/csm_e6a44eba77_b94f17b207.png" width="299" height="101"></p>@ 

Back