[wp-trac] Re: [WordPress Trac] #3833: Extra </p> inside blockquote

WordPress Trac wp-trac at lists.automattic.com
Mon May 11 20:30:44 GMT 2009


#3833: Extra </p> inside blockquote
------------------------------------------------------------------+---------
 Reporter:  audwan                                                |        Owner:  Archibald Leaurees
     Type:  defect (bug)                                          |       Status:  new               
 Priority:  normal                                                |    Milestone:  2.9               
Component:  Formatting                                            |      Version:  2.7               
 Severity:  normal                                                |   Resolution:                    
 Keywords:  blockquote invalid list paragraph tags wpautop autop  |  
------------------------------------------------------------------+---------

Comment(by Denis-de-Bernardy):

 in 11256:

 {{{
 <blockquote>some quote</blockquote>
 }}}

 works fine

 {{{
     text before
     <div class="whatever">
       <blockquote>
         text inside the blockquote tag
       </blockquote>
       Some text inside the div embedding the blockquote and after the
 closing blockquote tag
     </div>
 }}}

 clunky but works too

 {{{
     text before    <div class="whatever">
       <blockquote>
         text inside the blockquote tag
       </blockquote>
       Some text inside the div embedding the blockquote and after the
 closing blockquote tag
     </div>
 }}}

 fails

 {{{
     text before    <div class="whatever"><blockquote>
         text inside the blockquote tag
       </blockquote>
       Some text inside the div embedding the blockquote and after the
 closing blockquote tag
     </div>
 }}}

 fails

 and the patch fixes everything indeed.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/3833#comment:9>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list