[wp-trac] Re: [WordPress Trac] #1170: Nested blockquotes unallowed?

WordPress Trac wp-trac at lists.automattic.com
Wed May 30 13:39:09 GMT 2007


#1170: Nested blockquotes unallowed?
-----------------------------------+----------------------------------------
 Reporter:  anonymousbugger        |        Owner:  ryan      
     Type:  defect                 |       Status:  closed    
 Priority:  normal                 |    Milestone:            
Component:  General                |      Version:  1.5       
 Severity:  minor                  |   Resolution:  worksforme
 Keywords:  has-patch 2nd-opinion  |  
-----------------------------------+----------------------------------------
Changes (by Nazgul):

  * status:  reopened => closed
  * resolution:  => worksforme
  * milestone:  2.3 =>

Comment:

 On what version does that hapen? I just tried your snippet on trunk:

 In:
 {{{
 <blockquote><blockquote><p>Can you quote me?</p></blockquote><p>Look, I
 can quote you!</p></blockquote>
 }}}

 Out:
 {{{
 <blockquote><blockquote>
 <p>Can you quote me?</p>
 </blockquote>
 <p>Look, I can quote you!</p>
 </blockquote>
 }}}

 Which appears correct to me.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/1170#comment:15>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list