[wp-trac] Re: [WordPress Trac] #3007: Texturize error when div

WordPress Trac wp-trac at lists.automattic.com
Mon Aug 7 08:51:15 GMT 2006


#3007: Texturize error when div tags lack space before or after other text
-----------------------+----------------------------------------------------
 Reporter:  erik       |        Owner:  anonymous
     Type:  defect     |       Status:  new      
 Priority:  normal     |    Milestone:  2.1      
Component:  General    |      Version:  2.0.4    
 Severity:  normal     |   Resolution:           
 Keywords:  texturize  |  
-----------------------+----------------------------------------------------
Changes (by erik):

  * milestone:  => 2.1
  * summary:  Texturize error with div-link-paragraph combination =>
              Texturize error when div tags lack space before
              or after other text

Comment:

 Further examples, with only one thing between the divs. These:

 {{{
 <div>
 <a href="http://example.com">example.com</a>

 </div>

 <div>

 <a href="http://example.com">example.com</a>
 </div>

 <div>
 Sample text.

 </div>

 <div>

 Sample text.
 </div>
 }}}


 Create these:


 {{{
 <div>
 <a href="http://example.com">example.com</a></p>
 </div>

 <div>
 <p><a href="http://example.com">example.com</a>
 </div>

 <div>
 Sample text.</p>
 </div>

 <div>
 <p>Sample text.
 </div>
 }}}

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


More information about the wp-trac mailing list