Project

General

Profile

Bug #97034

Updated by cosmoblonde GmbH about 2 years ago

Hi, 

 the core function sys_news seems to strip out any links (internal, external, files,...) set from the RTE field 'content' and any raw text starting with http:// or https://. 
 The editing view is fine and everything is saved correctly, but the message on the login mask is shown without the links or URLs. 

 Example content: 
 <pre><code class="html"> 
 <p>Link extern: <a href="https://www.something.de">test</a><br /> 
 Link intern: <a href="t3://page?uid=4">test2 </a><br /> 
 URL without link: https://www.something.de</p> 
 </code></pre> 


 

 Any other RTE options (bold, italic, lists) woras expected. 


 I can reproduce this problem on several TYPO3 10 LTS projects. 
 In version 9 LTS it is working. 

 Regards!

Back