Project

General

Profile

Bug #17433

Updated by Frank no-lastname-given over 7 years ago

If you insert an <hr> into the RTE it renders inside <p> tags, but that is not valid.  

 I've managed to configure it the right way using those TS Configuration: 

 (adding "hr" to "lib.parseFunc_RTE.externalBlocks") 

 lib.parseFunc_RTE.externalBlocks = table, blockquote, ol,ul, hr 
 lib.parseFunc_RTE.externalBlocks.hr.stripNL = 1 

 This should be included in the extension configuration, isn't it? 




 




 (issue imported from #M5896)

Back