Project

General

Profile

Bug #60858

Updated by Riccardo De Contardi about 9 years ago


 If I enter a text and set a link like this: 

 <pre> 
 <p><a href="http://somwhere.com/?roomShow=Something%20Example%20Stuff" class="external-link-new-window" title="Some description" data-htmlarea-external="1">Some text</a></p> 
 </pre> 

 the backend preview is broken … the output for the page module looks like this: 

 <pre> 
 <link http:="" somewhere.com="" ?roomshow="Something%20Example%20Stuff" -...="" <table="" cellspacing="0" cellpadding="0" id="…" width="100%" height="100%"> 
 </pre> 

 and this destroys either the backend view completely or no preview text is shown (the element appears empty, though there's text and links with text) 

Back