* opps missing )
authorMichael Dale <dale@users.mediawiki.org>
Fri, 2 Oct 2009 06:25:19 +0000 (06:25 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Fri, 2 Oct 2009 06:25:19 +0000 (06:25 +0000)
js2/remoteMwEmbed.js

index d413346..0f535cc 100644 (file)
@@ -92,7 +92,7 @@ function rewrite_for_OggHandler( vidIdList ){
                                                pheight + 'px;"></video>';
                        //set the video tag inner html and update the height                            
                        $j( '#' + vidId ).html( vid_html )
-                               .css('height', pheight + 20;
+                               .css('height', pheight + 20);
                        
                }