[wp-trac] [WordPress Trac] #7036: Bad side effect of automatically changing <br /><br />

WordPress Trac wp-trac at lists.automattic.com
Sun May 25 02:13:10 GMT 2008


#7036: Bad side effect of automatically changing <br /><br />
----------------------+-----------------------------------------------------
 Reporter:  agro1986  |       Owner:  anonymous
     Type:  defect    |      Status:  new      
 Priority:  high      |   Milestone:  2.7      
Component:  General   |     Version:           
 Severity:  normal    |    Keywords:           
----------------------+-----------------------------------------------------
 Wordpress 2.5.1 changes this code:

 <p class="secret">a<br /><br />b</p>

 into:

 <p class="secret">a</p><p>b</p>

 Obviously this ruins layouting with CSS, for example if I want .secret to
 have a red background on a red text.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/7036>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list