Project

General

Profile

Feature #70461

Updated by Daniel Goerz over 8 years ago

Since 6.2 fields that are editable in the backend get htmlSpecialChars while rendering. 

 Without disableling this htmlSpecialChars its not possible to let editors take usage of 
 <pre> 
 &shy; 
 </pre> 
 @&shy;@ because the & gets encoded. 

 A solution is needed to make this possible.

Back