User talk:Whiteknight
Add topicAppearance
Latest comment: 12 years ago by Tfellows
Index: EmbedVideo.hooks.php =================================================================== --- EmbedVideo.hooks.php (revision 115729) +++ EmbedVideo.hooks.php (working copy) @@ -149,7 +149,7 @@ return Html::openElement( 'div', array( 'class' => "thumb t{$align}" ) ) . Html::openElement( 'div', array( 'class' => 'thumbinner', 'width' => "{$width}px" ) ) . - Hmtl::rawElement( + Html::rawElement( 'object', array( 'width' => $width, 'height' => $height ), Html::element( 'param', array( 'name' => 'movie', 'value' => $url ) )
Not sure where to post this - ran into a small typo that breaks EmbedVideo in trunk Tfellows (talk) 15:04, 18 September 2012 (UTC)