Bug #22885
closedparagraph line wrapping
0%
Description
The combination for line wrapping in Typo3 RTE has an undesired effect:
Inserting the following content:
<div class="module"><h3>Popular</h3>(here there is a newline that is autoinserted by the RTE)
<ul class="mostread"><li class="mostread"><a href="...">some text</a></li></ul></div>
renders the following:
<p class="bodytext"><div class="module"><h3 title="Servicii IT">Popular</h3></p><ul class="mostread"><li class="mostread"><a href="..." >some text</a></li></ul><p class="bodytext"></div></p>
So first, the RTE automatically insert a newline after the <h> tag and then it wraps its own created new line with <p class="bodytext"> and after that instead of encapsulating the <div>...</div> it encapsulates only the </div> tag
The result is a total mess on my website. )
TYPO3 Ver. 4.3.3
Template Auto-parser (automaketemplate)
Static Publishing (staticpub)
Site Crawler (crawler)
Indexed Search Engine
CoolURI (cooluri)
Google Sitemap for Pages and Contents (mc_googlesitemap)
User>Task Center, Recent (taskcenter_recent)
cag_contactform (cag_contactform)
Basic SEO Features (seo_basics)
http auth and 302-handling for crawler (sms_crawler)
Typo3 Quixplorer (t3quixplorer) Mads Brunn
Static Methods for Extensions (div)
Library for Extensions (lib)
Address List (tt_address)
Front End User Registration (sr_feuser_register)
Email Address Subscription (sr_email_subscribe)
Static Methods for Extensions since 2007 (div2007)
Captcha Library (captcha)
Gallery2 (gallery2)
Media (DAM) (dam)
Media>Indexing (dam_index)
Direct Mail (direct_mail)
Ecodev : feeds services (RSS / ATOM) (ecorss)
Meta Tags Auto-Maker (BK) (bk_automakemetatags)
(issue imported from #M14731)