[wp-trac] [WordPress Trac] #5394: Invalid XHTML 'correction'

WordPress Trac wp-trac at lists.automattic.com
Tue Nov 27 17:19:06 GMT 2007


#5394: Invalid XHTML 'correction'
---------------------+------------------------------------------------------
 Reporter:  docwhat  |       Owner:  anonymous
     Type:  defect   |      Status:  new      
 Priority:  normal   |   Milestone:  2.5      
Component:  General  |     Version:  2.3.1    
 Severity:  normal   |    Keywords:           
---------------------+------------------------------------------------------
 '''What Happens:'''

 Enter the following into a post or page:
 {{{
 #!text
 <div>
  <form>
  </form>
  </div>
 }}}

 View the page and notice that the resulting HTML is:
 {{{
 #!text
 <div>
 <form>
   </form>
 </p></div>
 }}}

 '''What I Expected:'''

 I expect the HTML to look like so:
 {{{
 #!text
 <div>
   <form>
   </form>
 </div>
 }}}

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


More information about the wp-trac mailing list