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

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


#5241: Embedding Stage6 Video Inserts <br> tag and breaks all themes.
-----------------------+----------------------------------------------------
 Reporter:  Manthem86  |       Owner:  anonymous          
     Type:  defect     |      Status:  new                
 Priority:  normal     |   Milestone:                     
Component:  General    |     Version:  2.3                
 Severity:  normal     |    Keywords:  stage6, divx, embed
-----------------------+----------------------------------------------------
 Embedding of DiVX Stage6 videos at http://stage6.divx.com/videos/ using
 the DiVX web embed tool at http://labs.divx.com/WebPlayerCodeGenerator
 inserts a <br> tag which causes the theme to break. I've tested this on
 multiple themes and they all had the same result.

 Below is what the code should look like, followed by the outputted code
 from WP.


 {{{
 Desired Code:

 <object codebase="http://" height="576" width="720" classid="clsid
 :67DABFBF-D0AB-41fa-9C46-CC0F21721616"><param name="autoplay"
 value="false">

 Actual Code:

 <object codebase="http://" height="544" width="960" classid="clsid
 :67DABFBF-D0AB-41fa-9C46-CC0F21721616"><BR/><param name="autoplay"
 value="false">

 }}}

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


More information about the wp-trac mailing list