[wp-trac] Re: [WordPress Trac] #5241: Embedding Stage6 Video Inserts <br> tag and breaks all themes.

WordPress Trac wp-trac at lists.automattic.com
Sun Oct 21 14:01:00 GMT 2007


#5241: Embedding Stage6 Video Inserts <br> tag and breaks all themes.
---------------------------------+------------------------------------------
 Reporter:  Manthem86            |        Owner:  anonymous 
     Type:  defect               |       Status:  closed    
 Priority:  normal               |    Milestone:            
Component:  Administration       |      Version:  2.3       
 Severity:  normal               |   Resolution:  worksforme
 Keywords:  stage6, divx, embed  |  
---------------------------------+------------------------------------------
Changes (by Viper007Bond):

  * status:  new => closed
  * resolution:  => worksforme
  * component:  General => Administration

Comment:

 This code works fine for me:

 {{{
 <object><param name="foo" value="bar" /></object>
 }}}

 It ends up as this:

 {{{
 <p><object>
 <param name="foo" value="bar" /></object></p>
 }}}

 Remove all line breaks from your code, i.e. don't have this:

 {{{
 <object>
 <param name="foo" value="bar" />
 </object>
 }}}

 because that would add in `<br />` as intended (you have a line break
 there, so you must "want" a `<br />`.

 Also make sure to not use the RTE editor (i.e. paste into the "Code" tab
 or disable it altogether).

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


More information about the wp-trac mailing list