Index: trunk/extensions/OggHandler/OggHandler_body.php |
— | — | @@ -629,7 +629,8 @@ |
630 | 630 | Xml::tags('div', array( |
631 | 631 | 'style'=>"overflow:hidden;". |
632 | 632 | "width:{$width}px;height:{$playerHeight}px;". |
633 | | - "border:solid thin black;padding:5px;" |
| 633 | + "border:solid thin black;padding:5px;", |
| 634 | + 'class'=>'videonojs' |
634 | 635 | ), |
635 | 636 | wfMsg('ogg-no-player-js', $url) |
636 | 637 | ) |