Index: trunk/phase3/js2/remoteMwEmbed.js |
— | — | @@ -92,7 +92,7 @@ |
93 | 93 | pheight + 'px;"></video>'; |
94 | 94 | //set the video tag inner html and update the height |
95 | 95 | $j( '#' + vidId ).html( vid_html ) |
96 | | - .css('height', pheight + 20; |
| 96 | + .css('height', pheight + 20); |
97 | 97 | |
98 | 98 | } |
99 | 99 | |