From: Michael Dale Date: Fri, 2 Oct 2009 06:25:19 +0000 (+0000) Subject: * opps missing ) X-Git-Tag: 1.31.0-rc.0~39417 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=c83210bfc6692401998d29cda2ccb532a332108d;p=lhc%2Fweb%2Fwiklou.git * opps missing ) --- diff --git a/js2/remoteMwEmbed.js b/js2/remoteMwEmbed.js index d41334664f..0f535ccf4d 100644 --- a/js2/remoteMwEmbed.js +++ b/js2/remoteMwEmbed.js @@ -92,7 +92,7 @@ function rewrite_for_OggHandler( vidIdList ){ pheight + 'px;">'; //set the video tag inner html and update the height $j( '#' + vidId ).html( vid_html ) - .css('height', pheight + 20; + .css('height', pheight + 20); }